/[bison]/bison/src/nullable.c
ViewVC logotype

Diff of /bison/src/nullable.c

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

revision 1.10.2.2 by akim, Mon Nov 19 09:12:25 2001 UTC revision 1.10.2.3 by akim, Mon Nov 19 09:14:07 2001 UTC
# Line 1  Line 1 
1  /* Part of the bison parser generator,  /* Part of the bison parser generator,
2     Copyright 1984, 1989, 2000 Free Software Foundation, Inc.     Copyright 1984, 1989, 2000, 2001 Free Software Foundation, Inc.
3    
4     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
5    
# Line 48  set_nullable (void) Line 48  set_nullable (void)
48    short *r1;    short *r1;
49    
50  #ifdef  TRACE  #ifdef  TRACE
51    fprintf (stderr, _("Entering set_nullable"));    fprintf (stderr, "Entering set_nullable\n");
52  #endif  #endif
53    
54    nullable = XCALLOC (char, nvars) - ntokens;    nullable = XCALLOC (char, nvars) - ntokens;

Legend:
Removed from v.1.10.2.2  
changed lines
  Added in v.1.10.2.3

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