/[m4]/m4/m4/system-h.in
ViewVC logotype

Diff of /m4/m4/system-h.in

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

revision 1.2 by gary, Fri Jun 6 16:14:05 2003 UTC revision 1.3 by gary, Fri Aug 15 15:53:04 2003 UTC
# Line 30  Line 30 
30  /* I have yet to see a system that doesn't have these... */  /* I have yet to see a system that doesn't have these... */
31  #include <stdio.h>  #include <stdio.h>
32  #include <sys/types.h>  #include <sys/types.h>
33  #include @INCLUDE_OBSTACK_H@  @INCLUDE_OBSTACK_H@
34    @INCLUDE_STDBOOL_H@
35    
36  /* This is okay in an installed file, because it will not change the  /* This is okay in an installed file, because it will not change the
37     behaviour of the including program whether ENABLE_NLS is defined     behaviour of the including program whether ENABLE_NLS is defined
# Line 150  BEGIN_C_DECLS Line 151  BEGIN_C_DECLS
151  #endif  #endif
152    
153    
   
 /* If FALSE is defined, we presume TRUE is defined too.  In this case,  
    merely typedef boolean as being int.  Or else, define these all.  */  
 #ifndef FALSE  
 /* Do not use `enum boolean': this tag is used in SVR4 <sys/types.h>.  */  
 typedef enum { FALSE = 0, TRUE = 1 } m4_boolean;  
 #else  
 typedef int m4_boolean;  
 #endif  
 /* `boolean' is already a macro on some systems.  */  
 #ifndef boolean  
 #  define boolean m4_boolean  
 #endif  
   
   
154    
155  /* Memory allocation.  */  /* Memory allocation.  */
156  #define XCALLOC(type, num)      ((type *) xcalloc ((num), sizeof(type)))  #define XCALLOC(type, num)      ((type *) xcalloc ((num), sizeof(type)))

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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