/[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.23 by akim, Fri Aug 10 09:35:50 2001 UTC revision 1.24 by akim, Thu Oct 4 14:55:21 2001 UTC
# Line 73  extern int errno; Line 73  extern int errno;
73  # define PARAMS(p) ()  # define PARAMS(p) ()
74  #endif  #endif
75    
76    # include "xalloc.h"
77    
78  /*---------------------.  /*---------------------.
79  | Missing prototypes.  |  | Missing prototypes.  |
# Line 143  size_t strnlen PARAMS ((const char *s, s Line 143  size_t strnlen PARAMS ((const char *s, s
143  # define LOCALEDIR "/usr/local/share/locale"  # define LOCALEDIR "/usr/local/share/locale"
144  #endif  #endif
145    
 #endif  /* BISON_SYSTEM_H */  
   
146    
147  /*-----------.  /*-----------.
148  | Booleans.  |  | Booleans.  |
# Line 161  typedef int bool; Line 159  typedef int bool;
159  | Obstacks.  |  | Obstacks.  |
160  `-----------*/  `-----------*/
161    
162  #define obstack_chunk_alloc xmalloc  # define obstack_chunk_alloc xmalloc
163  #define obstack_chunk_free  free  # define obstack_chunk_free  free
164  #include "obstack.h"  # include "obstack.h"
165    
166  #define obstack_sgrow(Obs, Str) \  #define obstack_sgrow(Obs, Str) \
167    obstack_grow (Obs, Str, strlen (Str))    obstack_grow (Obs, Str, strlen (Str))
# Line 264  do {                                                           \ Line 262  do {                                                           \
262  #  define BISON_HAIRY "c:/usr/local/lib/bison.hairy"  #  define BISON_HAIRY "c:/usr/local/lib/bison.hairy"
263  # endif  # endif
264  #endif  #endif
265    
266    
267    /*---------------------------------.
268    | Debugging the memory allocator.  |
269    `---------------------------------*/
270    
271    # if WITH_DMALLOC
272    #  define DMALLOC_FUNC_CHECK
273    #  include <dmalloc.h>
274    # endif /* WITH_DMALLOC */
275    
276    #endif  /* BISON_SYSTEM_H */

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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