/[gcl]/gcl/o/xdrfuns.c
ViewVC logotype

Diff of /gcl/o/xdrfuns.c

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

revision 1.5 by camm, Thu Mar 20 15:29:39 2003 UTC revision 1.6 by camm, Sun Sep 14 02:43:08 2003 UTC
# Line 150  siGxdr_read(object str,object elt) { Line 150  siGxdr_read(object str,object elt) {
150    return elt;    return elt;
151  }  }
152  static void  static void
153  init_xdrfuns()  gcl_init_xdrfuns()
154  { make_si_sfun("XDR-WRITE",siGxdr_write,  { make_si_sfun("XDR-WRITE",siGxdr_write,
155                 ARGTYPE2(f_object,f_object)|RESTYPE(f_object));                 ARGTYPE2(f_object,f_object)|RESTYPE(f_object));
156    
# Line 161  init_xdrfuns() Line 161  init_xdrfuns()
161        
162  }  }
163  #else  #else
164  static void init_xdrfuns(void) {;}  static void gcl_init_xdrfuns(void) {;}
165  #endif      #endif    

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

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