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

Diff of /bison/src/main.c

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

revision 1.77 by eggert, Wed Dec 11 06:36:08 2002 UTC revision 1.78 by eggert, Fri Dec 13 08:27:32 2002 UTC
# Line 1  Line 1 
1  /* Top level entry point of bison,  /* Top level entry point of Bison.
2    
3     Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000, 2001, 2002     Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000, 2001, 2002
4     Free Software Foundation, Inc.     Free Software Foundation, Inc.
5    
# Line 173  main (int argc, char *argv[]) Line 174  main (int argc, char *argv[])
174    /* If using alloca.c, flush the alloca'ed memory for the benefit of    /* If using alloca.c, flush the alloca'ed memory for the benefit of
175       people running Bison as a library in IDEs.  */       people running Bison as a library in IDEs.  */
176  #if C_ALLOCA  #if C_ALLOCA
177    alloca (0);    {
178        extern void *alloca (size_t);
179        alloca (0);
180      }
181  #endif  #endif
182    timevar_pop (TV_FREE);    timevar_pop (TV_FREE);
183    

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

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