/[bison]/bison/src/system.h
ViewVC logotype

Diff of /bison/src/system.h

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

revision 1.46 by akim, Tue Jun 11 20:16:05 2002 UTC revision 1.47 by akim, Wed Jul 31 19:49:52 2002 UTC
# Line 104  char *alloca (); Line 104  char *alloca ();
104  /* From xstrndup.c.  */  /* From xstrndup.c.  */
105  char *xstrndup PARAMS ((const char *s, size_t n));  char *xstrndup PARAMS ((const char *s, size_t n));
106    
107    /* Finding `mallinfo' where available.  */
108    #if HAVE_MALLOC_H
109    # include <malloc.h>
110    #endif
111    
112    
113    /* Find `times' where available.  */
114    #if HAVE_SYS_TIMES_H
115    # include <sys/times.h>
116    #endif
117    
118    
119  /*---------------------.  /*---------------------.
120  | Missing prototypes.  |  | Missing prototypes.  |
121  `---------------------*/  `---------------------*/

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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