comparison src/data.cc @ 1352:19c10b8657d5

[project @ 1995-09-05 08:11:57 by jwe]
author jwe
date Tue, 05 Sep 1995 08:33:58 +0000
parents 611d403c7f3d
children ed5757e3333b
comparison
equal deleted inserted replaced
1351:8256c4c57419 1352:19c10b8657d5
31 31
32 #ifdef HAVE_CONFIG_H 32 #ifdef HAVE_CONFIG_H
33 #include <config.h> 33 #include <config.h>
34 #endif 34 #endif
35 35
36 #include "defun.h"
37 #include "error.h"
38 #include "gripes.h"
39 #include "help.h"
40 #include "oct-map.h"
36 #include "tree-const.h" 41 #include "tree-const.h"
37 #include "user-prefs.h" 42 #include "user-prefs.h"
38 #include "oct-map.h"
39 #include "help.h"
40 #include "utils.h" 43 #include "utils.h"
41 #include "error.h"
42 #include "gripes.h"
43 #include "defun.h"
44 44
45 #ifndef MIN 45 #ifndef MIN
46 #define MIN(a,b) ((a) < (b) ? (a) : (b)) 46 #define MIN(a,b) ((a) < (b) ? (a) : (b))
47 #endif 47 #endif
48 48