comparison src/dynamic-ld.h @ 240:a99f28f5e351

[project @ 1993-11-30 20:24:36 by jwe]
author jwe
date Tue, 30 Nov 1993 20:24:36 +0000
parents e2c950dd96d2
children 0b52c68ec81f
comparison
equal deleted inserted replaced
239:4f8134fa54a9 240:a99f28f5e351
21 21
22 */ 22 */
23 23
24 #if !defined (_dynamic_ld_h) 24 #if !defined (_dynamic_ld_h)
25 #define _dynamic_ld_h 1 25 #define _dynamic_ld_h 1
26
27 #ifdef __GNUG__
28 #pragma interface
29 #endif
30 26
31 class tree_constant; 27 class tree_constant;
32 28
33 typedef tree_constant* (*builtin_fcn_ptr) (tree_constant*, int, int); 29 typedef tree_constant* (*builtin_fcn_ptr) (tree_constant*, int, int);
34 30