/[gcl]/gcl/h/eval.h
ViewVC logotype

Diff of /gcl/h/eval.h

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

revision 1.1.1.1 by wfs, Mon Dec 6 22:44:02 1999 UTC revision 1.2 by mjthomas, Wed Oct 27 06:22:21 2004 UTC
# Line 26  Foundation, 675 Mass Ave, Cambridge, MA Line 26  Foundation, 675 Mass Ave, Cambridge, MA
26    
27  /*  C control stack  */  /*  C control stack  */
28    
29  #define CSSIZE          20000  #ifndef CSSIZE
30  #define CSGETA          4000  #  define       CSSIZE          20000
31    #endif
32    #ifndef CSGETA
33    #  define       CSGETA          4000
34    #endif
35    
36  EXTER int *cs_org;  EXTER int *cs_org;
37  EXTER int *cs_limit;  EXTER int *cs_limit;

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

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