/[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.3 by camm, Sat Jul 20 07:10:56 2002 UTC revision 1.4 by camm, Sat Feb 15 00:38:28 2003 UTC
# Line 113  siGxdr_read(str,elt) Line 113  siGxdr_read(str,elt)
113    FEerror("bad xdr read",0);    FEerror("bad xdr read",0);
114    return elt;    return elt;
115  }  }
116    static
117  init_xdrfuns()  init_xdrfuns()
118  { make_si_sfun("XDR-WRITE",siGxdr_write,  { make_si_sfun("XDR-WRITE",siGxdr_write,
119                 ARGTYPE2(f_object,f_object)|RESTYPE(f_object));                 ARGTYPE2(f_object,f_object)|RESTYPE(f_object));
# Line 125  init_xdrfuns() Line 125  init_xdrfuns()
125        
126  }  }
127  #else  #else
128  void init_xdrfuns(void) {;}  static void init_xdrfuns(void) {;}
129  #endif      #endif    

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

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