diff src/file-io.cc @ 1466:2f85a175308f

[project @ 1995-09-22 07:48:59 by jwe]
author jwe
date Fri, 22 Sep 1995 07:56:05 +0000
parents 8fc8679401bf
children 89c587478067
line wrap: on
line diff
--- a/src/file-io.cc	Fri Sep 22 07:45:28 1995 +0000
+++ b/src/file-io.cc	Fri Sep 22 07:56:05 1995 +0000
@@ -48,6 +48,8 @@
 
 #include <fcntl.h>
 
+#include <readline/tilde.h>
+
 #include <DLList.h>
 
 #include "dMatrix.h"
@@ -69,12 +71,7 @@
 #include "utils.h"
 #include "variables.h"
 
-extern "C"
-{
-#include <readline/tilde.h>
-
-extern void mode_string ();
-}
+extern "C" void mode_string ();
 
 // keeps a count of args sent to printf or scanf
 static int fmt_arg_count = 0;