/[gcl]/gcl/unixport/sys_pre_gcl.c
ViewVC logotype

Diff of /gcl/unixport/sys_pre_gcl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by camm, Wed Sep 24 15:48:46 2003 UTC revision 1.1.2.2 by camm, Thu Nov 6 16:16:54 2003 UTC
# Line 9  void gcl_init_or_load1 (void (*)(void),c Line 9  void gcl_init_or_load1 (void (*)(void),c
9  #define init_or_load(fn,file) do {extern void fn(void); gcl_init_or_load1(fn,file);} \  #define init_or_load(fn,file) do {extern void fn(void); gcl_init_or_load1(fn,file);} \
10    while(0)    while(0)
11    
12  #define mjoin(a,b) a ## b  /* #define mjoin(a,b) a ## b */
13  #define Mjoin(a,b) mjoin(a,b)  /* #define Mjoin(a,b) mjoin(a,b) */
14    
15  #define ar_init(a) do {\  #define ar_init(a) do {\
16    char b[200];\    char b[200];\

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26