/[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.55 by eggert, Tue Nov 5 23:42:51 2002 UTC revision 1.56 by eggert, Thu Nov 21 05:24:53 2002 UTC
# Line 1  Line 1 
1  /* system-dependent definitions for Bison.  /* System-dependent definitions for Bison.
2     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
3    
4     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
# Line 41  char *alloca (); Line 41  char *alloca ();
41    
42  #include <stdio.h>  #include <stdio.h>
43    
44  #include <assert.h>  /* Verify a requirement at compile-time (unlike assert, which is runtime).  */
45    #define verify(name, assertion) struct name {char name[(assertion) ? 1 : -1];}
46    
47  #if HAVE_SYS_TYPES_H  #if HAVE_SYS_TYPES_H
48  # include <sys/types.h>  # include <sys/types.h>

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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