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

Diff of /gcl/unixport/sys_gcl.c

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

revision 1.4 by camm, Sat Jul 20 07:10:56 2002 UTC revision 1.5 by camm, Mon Jul 29 22:50:54 2002 UTC
# Line 2  Line 2 
2    
3  extern object user_init();  extern object user_init();
4    
5  void init_or_load1 ();  void init_or_load1 (void (*)(void),char *);
6  #define init_or_load(fn,file) do {extern int fn(); init_or_load1(fn,file);} \  #define init_or_load(fn,file) do {extern void fn(void); init_or_load1(fn,file);} \
7    while(0)    while(0)
8    
9  static void  static void

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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