/[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.12 by camm, Tue Sep 10 03:35:14 2002 UTC revision 1.13 by mjthomas, Mon Sep 23 14:02:10 2002 UTC
# Line 108  Line 108 
108  /* backq.c:326:OF */ extern object fLcomma_reader (object x0, object x1); /* (x0, x1) object x0; object x1; */  /* backq.c:326:OF */ extern object fLcomma_reader (object x0, object x1); /* (x0, x1) object x0; object x1; */
109  /* backq.c:351:OF */ extern object fLbackquote_reader (object x0, object x1); /* (x0, x1) object x0; object x1; */  /* backq.c:351:OF */ extern object fLbackquote_reader (object x0, object x1); /* (x0, x1) object x0; object x1; */
110  /* backq.c:381:OF */ extern void init_backq (void); /* () */  /* backq.c:381:OF */ extern void init_backq (void); /* () */
 /* bcmp.c:2:OF */ /*  extern int bcmp (const char *s1, const char *s2, size_t n); */ /* (s1, s2, n) char *s1; char *s2; int n; */  
 /* bcopy.c:3:OF */ /*  extern void bcopy (const char *s1, char *s2, size_t n); */ /* (s1, s2, n) char *s1; char *s2; int n; */  
111  /* bds.c:31:OF */ extern void bds_unwind (bds_ptr new_bds_top); /* (new_bds_top) bds_ptr new_bds_top; */  /* bds.c:31:OF */ extern void bds_unwind (bds_ptr new_bds_top); /* (new_bds_top) bds_ptr new_bds_top; */
112  /* big.c:53:OF */ extern object fSset_gmp_allocate_relocatable (object flag); /* (flag) object flag; */  /* big.c:53:OF */ extern object fSset_gmp_allocate_relocatable (object flag); /* (flag) object flag; */
113  /* gmp_big.c:96:OF */ extern void init_big1 (void); /* () */  /* gmp_big.c:96:OF */ extern void init_big1 (void); /* () */
# Line 165  struct key {short n,allow_other_keys; Line 163  struct key {short n,allow_other_keys;
163  /* block.c:97:OF */ extern void Freturn (object args); /* (args) object args; */  /* block.c:97:OF */ extern void Freturn (object args); /* (args) object args; */
164  /* block.c:121:OF */ extern void init_block (void); /* () */  /* block.c:121:OF */ extern void init_block (void); /* () */
165  /* bsearch.c:5:OF */ extern void *bsearch (const void *key, const void *base, size_t nel, size_t keysize, int (*compar) (const void *,const void *)); /* (key, base, nel, keysize, compar) char *key; char *base; unsigned int nel; unsigned int keysize; int (*compar)(); */  /* bsearch.c:5:OF */ extern void *bsearch (const void *key, const void *base, size_t nel, size_t keysize, int (*compar) (const void *,const void *)); /* (key, base, nel, keysize, compar) char *key; char *base; unsigned int nel; unsigned int keysize; int (*compar)(); */
166    #if defined (__MINGW32__)
167  /* bzero.c:3:OF */ /*  extern void bzero (char *b, size_t length); */ /* (b, length) char *b; int length; */  /* bzero.c:3:OF */ /*  extern void bzero (char *b, size_t length); */ /* (b, length) char *b; int length; */
168    #endif
169  /* catch.c:32:OF */ extern void Fcatch (object args); /* (args) object args; */  /* catch.c:32:OF */ extern void Fcatch (object args); /* (args) object args; */
170  /* catch.c:52:OF */ extern void siLerror_set (void); /* () */  /* catch.c:52:OF */ extern void siLerror_set (void); /* () */
171  /* catch.c:61:OF */ extern object fSerror_set (object x0); /* (x0) object x0; */  /* catch.c:61:OF */ extern object fSerror_set (object x0); /* (x0) object x0; */
# Line 621  typedef void (*funcvoid)(void); Line 621  typedef void (*funcvoid)(void);
621  /* nsocket.c:484:OF */ extern int getOneChar (FILE *fp); /* (fp) FILE *fp; */  /* nsocket.c:484:OF */ extern int getOneChar (FILE *fp); /* (fp) FILE *fp; */
622  /* nsocket.c:539:OF */ extern void ungetCharGclSocket (int c, object strm); /* (c, strm) int c; object strm; */  /* nsocket.c:539:OF */ extern void ungetCharGclSocket (int c, object strm); /* (c, strm) int c; object strm; */
623  #ifndef __MINGW32__  #ifndef __MINGW32__
 /* 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; */  
624  /* nsocket.c:592:OF */ extern void tcpCloseSocket (int fd); /* (fd) int fd; */  /* nsocket.c:592:OF */ extern void tcpCloseSocket (int fd); /* (fd) int fd; */
625    /* 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; */
626  #endif  #endif
627  /* nsocket.c:598:OF */ extern void doReverse (char *s, int n); /* (s, n) char *s; int n; */  /* nsocket.c:598:OF */ extern void doReverse (char *s, int n); /* (s, n) char *s; int n; */
628  /* 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; */
# Line 1780  node_compare(const void *,const void *); Line 1780  node_compare(const void *,const void *);
1780    
1781  void  void
1782  unlink_loaded_files(void);  unlink_loaded_files(void);
1783    
1784    #if defined (__MINGW32__)
1785    int bcmp ( const void *s1, const void *s2, size_t n );
1786    void bcopy ( const void *s1, void *s2, size_t n );
1787    int TcpOutputProc ( int fd, char *buf, int toWrite, int *errorCodePtr, int block );
1788    void recreate_heap1 ( void );
1789    void init_shared_memory ( void );
1790    void fix_filename ( object pathname, char *filename1 );
1791    void alarm ( int n );
1792    void *sbrk ( unsigned long increment );
1793    void sigemptyset( sigset_t *set);
1794    void sigaddset ( sigset_t *set, int n);
1795    int sigismember ( sigset_t *set, int n );
1796    int sigprocmask ( int how, const sigset_t *set, sigset_t *oldset );
1797    #endif

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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