/[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.20 by mjthomas, Mon Jan 13 05:34:55 2003 UTC revision 1.21 by camm, Sun Feb 9 22:35:15 2003 UTC
# Line 153  struct key {short n,allow_other_keys; Line 153  struct key {short n,allow_other_keys;
153    
154  /* bind.c:866:OF */ extern int parse_key_new (int n, object *base, struct key *keys, va_list ap); /* (n, base, keys, ap) int n; object *base; struct key *keys; va_list ap; */  /* bind.c:866:OF */ extern int parse_key_new (int n, object *base, struct key *keys, va_list ap); /* (n, base, keys, ap) int n; object *base; struct key *keys; va_list ap; */
155  /* bind.c:916:OF */ extern int parse_key_rest (object rest, int n, object *base, struct key *keys, va_list ap); /* (rest, n, base, keys, ap) object rest; int n; object *base; struct key *keys; va_list ap; */  /* bind.c:916:OF */ extern int parse_key_rest (object rest, int n, object *base, struct key *keys, va_list ap); /* (rest, n, base, keys, ap) object rest; int n; object *base; struct key *keys; va_list ap; */
156    /* bind.c:866:OF */ extern int parse_key_new_new (int n, object *base, struct key *keys, object first, va_list ap); /* (n, base, keys, ap) int n; object *base; struct key *keys; va_list ap; */
157    /* bind.c:916:OF */ extern int parse_key_rest_new (object rest, int n, object *base, struct key *keys, object first, va_list ap); /* (rest, n, base, keys, ap) object rest; int n; object *base; struct key *keys; va_list ap; */
158  /* bind.c:975:OF */ extern void set_key_struct (struct key *ks, object data); /* (ks, data) struct key *ks; object data; */  /* bind.c:975:OF */ extern void set_key_struct (struct key *ks, object data); /* (ks, data) struct key *ks; object data; */
159  /* bind.c:995:OF */ extern void init_bind (void); /* () */  /* bind.c:995:OF */ extern void init_bind (void); /* () */
160  /* bitop.c:4:OF */ extern void get_mark_bit (void); /* () */  /* bitop.c:4:OF */ extern void get_mark_bit (void); /* () */
# Line 254  typedef int (*FUNC)(); Line 256  typedef int (*FUNC)();
256  /* error.c:118:OF */ extern void call_error_handler (void); /* () */  /* error.c:118:OF */ extern void call_error_handler (void); /* () */
257  /* error.c:147:OF */ extern void Lerror (void); /* () */  /* error.c:147:OF */ extern void Lerror (void); /* () */
258  /* error.c:164:OF */ extern void Lcerror (void); /* () */  /* error.c:164:OF */ extern void Lcerror (void); /* () */
259  /* error.c:184:OF */ extern void FEerror (/*  char *s, int num, ... */); /* (s, num, arg1, arg2, arg3, arg4) char *s; int num; object arg1; object arg2; object arg3; object arg4; */  /* error.c:184:OF */ extern void FEerror (char *s, int num, ... ); /* (s, num, arg1, arg2, arg3, arg4) char *s; int num; object arg1; object arg2; object arg3; object arg4; */
260  /* error.c:203:OF */ extern void FEwrong_type_argument (object type, object value); /* (type, value) object type; object value; */  /* error.c:203:OF */ extern void FEwrong_type_argument (object type, object value); /* (type, value) object type; object value; */
261  /* error.c:210:OF */ extern void FEtoo_few_arguments (object *base, object *top); /* (base, top) object *base; object *top; */  /* error.c:210:OF */ extern void FEtoo_few_arguments (object *base, object *top); /* (base, top) object *base; object *top; */
262  /* error.c:219:OF */ extern void FEtoo_few_argumentsF (object args); /* (args) object args; */  /* error.c:219:OF */ extern void FEtoo_few_argumentsF (object args); /* (args) object args; */
# Line 358  typedef int (*FUNC)(); Line 360  typedef int (*FUNC)();
360  /* eval.c:1328:OF */ extern object ifuncall2 (object fun, object arg1, object arg2); /* (fun, arg1, arg2) object fun; object arg1; object arg2; */  /* eval.c:1328:OF */ extern object ifuncall2 (object fun, object arg1, object arg2); /* (fun, arg1, arg2) object fun; object arg1; object arg2; */
361  /* eval.c:1348:OF */ extern object ifuncall3 (object fun, object arg1, object arg2, object arg3); /* (fun, arg1, arg2, arg3) object fun; object arg1; object arg2; object arg3; */  /* eval.c:1348:OF */ extern object ifuncall3 (object fun, object arg1, object arg2, object arg3); /* (fun, arg1, arg2, arg3) object fun; object arg1; object arg2; object arg3; */
362  /* eval.c:1368:OF */ extern void funcall_with_catcher (object fname, object fun); /* (fname, fun) object fname; object fun; */  /* eval.c:1368:OF */ extern void funcall_with_catcher (object fname, object fun); /* (fname, fun) object fname; object fun; */
363  /* eval.c:1384:OF */ extern object fcalln_cclosure (va_list ap); /* (ap) va_list ap; */  /* eval.c:1384:OF */ extern object fcalln_cclosure (object,va_list ap); /* (ap) va_list ap; */
364  /* eval.c:1431:OF */ extern object fcalln_general (va_list ap); /* (ap) va_list ap; */  /* eval.c:1431:OF */ extern object fcalln_general (object,va_list ap); /* (ap) va_list ap; */
365  /* eval.c:1464:OF */ extern object fcalln_vfun (va_list vl); /* (vl) va_list vl; */  /* eval.c:1464:OF */ extern object fcalln_vfun (object,va_list vl); /* (vl) va_list vl; */
366  typedef void (*funcvoid)(void);  typedef void (*funcvoid)(void);
367  /* eval.c:1545:OF */ extern void init_eval (void); /* () */  /* eval.c:1545:OF */ extern void init_eval (void); /* () */
368  /* fasdump.c:436:OF */ extern enum circ_ind do_hash (object obj, int dot); /* (obj, dot) object obj; int dot; */  /* fasdump.c:436:OF */ extern enum circ_ind do_hash (object obj, int dot); /* (obj, dot) object obj; int dot; */
# Line 1027  extern void unexec ( Line 1029  extern void unexec (
1029  /* utils.c:30:OF */ extern object IisArray (object f); /* (f) object f; */  /* utils.c:30:OF */ extern object IisArray (object f); /* (f) object f; */
1030  /* utils.c:44:OF */ extern object Iis_fixnum (object f); /* (f) object f; */  /* utils.c:44:OF */ extern object Iis_fixnum (object f); /* (f) object f; */
1031  /* utils.c:61:OF */ extern object Iapply_ap (object (*f) (/* ??? */), va_list ap); /* (f, ap) object (*f)(); va_list ap; */  /* utils.c:61:OF */ extern object Iapply_ap (object (*f) (/* ??? */), va_list ap); /* (f, ap) object (*f)(); va_list ap; */
1032    /* utils.c:61:OF */ extern object Iapply_ap_new (object (*f) (/* ??? */), object first, va_list ap); /* (f, ap) object (*f)(); va_list ap; */
1033  /* utils.c:164:OF */ extern object ImakeStructure (int n, object *p); /* (n, p) int n; object *p; */  /* utils.c:164:OF */ extern object ImakeStructure (int n, object *p); /* (n, p) int n; object *p; */
1034  /* utils.c:178:OF */ extern object Icheck_one_type (object x, enum type t); /* (x, t) object x; enum type t; */  /* utils.c:178:OF */ extern object Icheck_one_type (object x, enum type t); /* (x, t) object x; enum type t; */
1035  /* utils.c:189:OF */ extern object fSincorrect_type (object val, object type); /* (val, type) object val; object type; */  /* utils.c:189:OF */ extern object fSincorrect_type (object val, object type); /* (val, type) object val; object type; */
# Line 1792  FEpackage_error(object,const char *s); Line 1795  FEpackage_error(object,const char *s);
1795  int  int
1796  system_time_zone_helper(void);  system_time_zone_helper(void);
1797    
1798    object
1799    call_proc_new(object,void **,int,object,va_list);
1800    
1801    object
1802    call_vproc_new(object,void *,object,va_list);
1803    
1804    
1805  #if defined (__MINGW32__)  #if defined (__MINGW32__)
1806  int bcmp ( const void *s1, const void *s2, size_t n );  int bcmp ( const void *s1, const void *s2, size_t n );
1807  void bcopy ( const void *s1, void *s2, size_t n );  void bcopy ( const void *s1, void *s2, size_t n );

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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