/[gcl]/gcl/h/protoize.h
ViewVC logotype

Diff of /gcl/h/protoize.h

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

revision 1.26.4.1.2.1.2.11.6.1 by camm, Thu Aug 5 22:26:48 2004 UTC revision 1.26.4.1.2.1.2.11.6.1.6.1 by camm, Sun Jan 16 00:36:20 2005 UTC
# Line 328  typedef void (*funcvoid)(void); Line 328  typedef void (*funcvoid)(void);
328  /* nsocket.c:575:OF */ extern int TcpOutputProc (int fd, char *buf, int toWrite, int *errorCodePtr); /* (fd, buf, toWrite, errorCodePtr) int fd; char *buf; int toWrite; int *errorCodePtr; */  /* nsocket.c:575:OF */ extern int TcpOutputProc (int fd, char *buf, int toWrite, int *errorCodePtr); /* (fd, buf, toWrite, errorCodePtr) int fd; char *buf; int toWrite; int *errorCodePtr; */
329  #endif  #endif
330  /* nsocket.c:619:OF */ extern int getCharGclSocket (object strm, object block); /* (strm, block) object strm; object block; */  /* nsocket.c:619:OF */ extern int getCharGclSocket (object strm, object block); /* (strm, block) object strm; object block; */
331  /* num_arith.c:31:OF */ extern object fixnum_add (int i, int j); /* (i, j) int i; int j; */  /* num_arith.c:31:OF */ extern object fixnum_add (fixnum i, fixnum j); /* (i, j) int i; int j; */
332  /* num_arith.c:48:OF */ extern object fixnum_sub (int i, int j); /* (i, j) int i; int j; */  /* num_arith.c:48:OF */ extern object fixnum_sub (fixnum i, fixnum j); /* (i, j) int i; int j; */
333  /* num_arith.c:100:OF */ extern object number_plus (object x, object y); /* (x, y) object x; object y; */  /* num_arith.c:100:OF */ extern object number_plus (object x, object y); /* (x, y) object x; object y; */
334  /* num_arith.c:246:OF */ extern object one_plus (object x); /* (x) object x; */  /* num_arith.c:246:OF */ extern object one_plus (object x); /* (x) object x; */
335  /* num_arith.c:292:OF */ extern object number_minus (object x, object y); /* (x, y) object x; object y; */  /* num_arith.c:292:OF */ extern object number_minus (object x, object y); /* (x, y) object x; object y; */

Legend:
Removed from v.1.26.4.1.2.1.2.11.6.1  
changed lines
  Added in v.1.26.4.1.2.1.2.11.6.1.6.1

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