comparison src/symtab.h @ 240:a99f28f5e351

[project @ 1993-11-30 20:24:36 by jwe]
author jwe
date Tue, 30 Nov 1993 20:24:36 +0000
parents f736a3ec137e
children 4cf3c7df0e3d
comparison
equal deleted inserted replaced
239:4f8134fa54a9 240:a99f28f5e351
21 21
22 */ 22 */
23 23
24 #if !defined (_symtab_h) 24 #if !defined (_symtab_h)
25 #define _symtab_h 1 25 #define _symtab_h 1
26
27 #ifdef __GNUG__
28 #pragma interface
29 #endif
30 26
31 #include <stdlib.h> 27 #include <stdlib.h>
32 #include <string.h> 28 #include <string.h>
33 #include <iostream.h> 29 #include <iostream.h>
34 #include <assert.h> 30 #include <assert.h>