/[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.7 by camm, Thu Jul 25 19:08:24 2002 UTC revision 1.8 by camm, Mon Jul 29 22:50:54 2002 UTC
# Line 241  struct key {short n,allow_other_keys; Line 241  struct key {short n,allow_other_keys;
241  typedef int (*FUNC)();  typedef int (*FUNC)();
242  /* cmpaux.c:294:OF */ extern void call_init (int init_address, object memory, object fasl_vec, FUNC fptr); /* (init_address, memory, fasl_vec, fptr) int init_address; object memory; object fasl_vec; FUNC fptr; */  /* cmpaux.c:294:OF */ extern void call_init (int init_address, object memory, object fasl_vec, FUNC fptr); /* (init_address, memory, fasl_vec, fptr) int init_address; object memory; object fasl_vec; FUNC fptr; */
243  /* cmpaux.c:339:OF */ extern void do_init (object *statVV); /* (statVV) object *statVV; */  /* cmpaux.c:339:OF */ extern void do_init (object *statVV); /* (statVV) object *statVV; */
244  /* cmpaux.c:416:OF */ extern void init_or_load1 (int (*fn) (/* ??? */), char *file); /* (fn, file) int (*fn)(); char *file; */  /* cmpaux.c:416:OF */ extern void init_or_load1 (void (*fn) (void), char *file); /* (fn, file) int (*fn)(); char *file; */
245  /* conditional.c:34:OF */ extern void Fif (object form); /* (form) object form; */  /* conditional.c:34:OF */ extern void Fif (object form); /* (form) object form; */
246  /* conditional.c:60:OF */ extern void Fcond (object args); /* (args) object args; */  /* conditional.c:60:OF */ extern void Fcond (object args); /* (args) object args; */
247  /* conditional.c:94:OF */ extern void Fcase (object arg); /* (arg) object arg; */  /* conditional.c:94:OF */ extern void Fcase (object arg); /* (arg) object arg; */
# Line 487  typedef void (*funcvoid)(void); Line 487  typedef void (*funcvoid)(void);
487  /* sgbc.c:1068:OF */ extern int sgc_quit (void); /* () */  /* sgbc.c:1068:OF */ extern int sgc_quit (void); /* () */
488  /* sgbc.c:1131:OF */ extern void make_writable (int beg, int i); /* (beg, i) int beg; int i; */  /* sgbc.c:1131:OF */ extern void make_writable (int beg, int i); /* (beg, i) int beg; int i; */
489  #include <signal.h>  #include <signal.h>
490  /* sgbc.c:1149:OF */ extern void memprotect_handler (int sig, int code, struct sigcontext *scp, char *addr); /* (sig, code, scp, addr) int sig; int code; struct sigcontext *scp; char *addr; */  /* sgbc.c:1149:OF */ extern void memprotect_handler (int sig, long code, struct sigcontext *scp, char *addr); /* (sig, code, scp, addr) int sig; int code; struct sigcontext *scp; char *addr; */
491  /* sgbc.c:1202:OF */ extern void sgc_mprotect (int pbeg, int n, int writable); /* (pbeg, n, writable) int pbeg; int n; int writable; */  /* sgbc.c:1202:OF */ extern void sgc_mprotect (int pbeg, int n, int writable); /* (pbeg, n, writable) int pbeg; int n; int writable; */
492  /* sgbc.c:1220:OF */ extern void fix_for_page_multiple (int beg, int end); /* (beg, end) int beg; int end; */  /* sgbc.c:1220:OF */ extern void fix_for_page_multiple (int beg, int end); /* (beg, end) int beg; int end; */
493  /* sgbc.c:1246:OF */ extern void memory_protect (int on); /* (on) int on; */  /* sgbc.c:1246:OF */ extern void memory_protect (int on); /* (on) int on; */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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