comparison src/symtab.cc @ 453:393e95f46b51

[project @ 1994-06-06 00:05:20 by jwe]
author jwe
date Mon, 06 Jun 1994 00:14:55 +0000
parents ee3da0884aaa
children 89ed09321d16
comparison
equal deleted inserted replaced
452:565206294f5a 453:393e95f46b51
23 23
24 // Don't even think about moving the tree.h include to symtab.h... 24 // Don't even think about moving the tree.h include to symtab.h...
25 25
26 #ifdef HAVE_CONFIG_H 26 #ifdef HAVE_CONFIG_H
27 #include "config.h" 27 #include "config.h"
28 #endif
29
30 #if defined (__GNUG__)
31 #pragma implementation
28 #endif 32 #endif
29 33
30 #include "symtab.h" 34 #include "symtab.h"
31 #include "error.h" 35 #include "error.h"
32 #include "variables.h" 36 #include "variables.h"