comparison src/load-save.cc @ 1343:94bedeb289e5

[project @ 1995-09-04 00:29:21 by jwe]
author jwe
date Mon, 04 Sep 1995 00:42:19 +0000
parents 611d403c7f3d
children 19c10b8657d5
comparison
equal deleted inserted replaced
1342:61bb2bdee11e 1343:94bedeb289e5
23 23
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include <config.h> 25 #include <config.h>
26 #endif 26 #endif
27 27
28 #include <float.h> 28 #include <cfloat>
29 #include <limits.h> 29 #include <climits>
30 #include <string.h> 30 #include <cstring>
31 #include <cctype>
32
31 #include <iostream.h> 33 #include <iostream.h>
32 #include <fstream.h> 34 #include <fstream.h>
33 #include <strstream.h> 35 #include <strstream.h>
34 #include <ctype.h>
35 36
36 #include "tree-base.h" 37 #include "tree-base.h"
37 #include "tree-expr.h" 38 #include "tree-expr.h"
38 #include "tree-const.h" 39 #include "tree-const.h"
39 #include "user-prefs.h" 40 #include "user-prefs.h"