/[gcl]/gcl/o/eval.c
ViewVC logotype

Diff of /gcl/o/eval.c

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

revision 1.8 by camm, Tue Sep 24 19:01:45 2002 UTC revision 1.9 by camm, Sat Nov 23 03:28:51 2002 UTC
# Line 1175  object x0; Line 1175  object x0;
1175    
1176          /* 1 args */          /* 1 args */
1177          lex_new();          lex_new();
1178          eval(vs_base[0]);          /*      eval(vs_base[0]); */
1179            eval(x0);
1180          lex_env = lex;          lex_env = lex;
1181          return Ivs_values();          return Ivs_values();
1182  }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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