Mercurial > hg > octave-nkf
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 +++ b/src/file-io.cc @@ -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;