Changeset 22d790 in git for Singular/grammar.y


Ignore:
Timestamp:
Apr 30, 1997, 7:44:41 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
1e745b09bfa69df36cbbf0231842f92aef522a79
Parents:
30637f47193073ce6445ef3c06828b2ec3d7d019
Message:
* hannes: removed "exit", febase.cc:exitFile


git-svn-id: file:///usr/local/Singular/svn/trunk@219 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/grammar.y

    r30637f r22d790  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: grammar.y,v 1.8 1997-04-30 15:25:27 Singular Exp $ */
     4/* $Id: grammar.y,v 1.9 1997-04-30 17:44:37 Singular Exp $ */
    55/*
    66* ABSTRACT: SINGULAR shell grammatik
     
    240240%token <i> EVAL
    241241%token <i> QUOTE
    242 %token <i> EXIT_CMD
    243242%token <i> FOR_CMD
    244243%token <i> IF_CMD
     
    339338            #endif
    340339            YYACCEPT;
    341           }
    342         | EXIT_CMD
    343           {
    344             ifswitch[voice]=0;
    345             exitFile();
    346             /* Print("exit found\n"); */
    347340          }
    348341        | SYS_BREAK
Note: See TracChangeset for help on using the changeset viewer.