comparison src/builtins.h @ 240:a99f28f5e351

[project @ 1993-11-30 20:24:36 by jwe]
author jwe
date Tue, 30 Nov 1993 20:24:36 +0000
parents 91ec95436dca
children 6027a905fc06
comparison
equal deleted inserted replaced
239:4f8134fa54a9 240:a99f28f5e351
21 21
22 */ 22 */
23 23
24 #if !defined (_builtins_h) 24 #if !defined (_builtins_h)
25 #define _builtins_h 1 25 #define _builtins_h 1
26
27 #ifdef __GNUG__
28 #pragma interface
29 #endif
30 26
31 class ostrstream; 27 class ostrstream;
32 class Complex; 28 class Complex;
33 struct help_list; 29 struct help_list;
34 30