/[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.1 by camm, Sat Jul 20 07:10:55 2002 UTC revision 1.2 by camm, Sat Jul 20 12:41:20 2002 UTC
# Line 916  typedef void (*funcvoid)(void); Line 916  typedef void (*funcvoid)(void);
916  /* run_process.c:344:OF */ extern void init_socket_function (void); /* () */  /* run_process.c:344:OF */ extern void init_socket_function (void); /* () */
917  /* save.c:6:OF */ extern void memory_save (char *original_file, char *save_file); /* (original_file, save_file) char *original_file; char *save_file; */  /* save.c:6:OF */ extern void memory_save (char *original_file, char *save_file); /* (original_file, save_file) char *original_file; char *save_file; */
918  /* save.c:17:OF */ extern void Lsave (void); /* () */  /* save.c:17:OF */ extern void Lsave (void); /* () */
919  #include <unistd.h>  /*  #include <unistd.h> */
920  /* sbrk.c:9:OF */ extern void * sbrk (ptrdiff_t n); /* (n) int n; */  /* sbrk.c:9:OF */ extern void * sbrk (int n); /* (n) int n; */
921  /* strcspn.c:3:OF */ /*  extern size_t strcspn (const char *s1, const char *s2); */ /* (s1, s2) char *s1; char *s2; */  /* strcspn.c:3:OF */ /*  extern size_t strcspn (const char *s1, const char *s2); */ /* (s1, s2) char *s1; char *s2; */
922  /* structure.c:41:OF */ extern bool structure_subtypep (object x, object y); /* (x, y) object x; object y; */  /* structure.c:41:OF */ extern bool structure_subtypep (object x, object y); /* (x, y) object x; object y; */
923  /* structure.c:59:OF */ extern object structure_ref (object x, object name, int i); /* (x, name, i) object x; object name; int i; */  /* structure.c:59:OF */ extern object structure_ref (object x, object name, int i); /* (x, name, i) object x; object name; int i; */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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