Changeset 41bef1 in git for Singular/grammar.y


Ignore:
Timestamp:
Apr 6, 2010, 11:48:07 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b28edcc719c8787868b435698baa56dc28a2cf41
Parents:
69b4990f59641fb854b4b0c6b4c68f32a163ae9d
Message:
^C/option a fixed

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

Legend:

Unmodified
Added
Removed
  • Singular/grammar.y

    r69b4990 r41bef1  
    390390            if(siCntrlc)
    391391            {
    392               siCntrlc=FALSE;
    393               MYYERROR("abort...");
    394             }
    395             if (errorreported)
     392              WerrorS("abort...");
     393              while((currentVoice!=NULL) && (currentVoice->prev!=NULL)) exitVoice();
     394              if (currentVoice!=NULL) currentVoice->ifsw=0;
     395            }
     396            if (errorreported) /* also catches abort... */
    396397            {
    397398              yyerror("");
Note: See TracChangeset for help on using the changeset viewer.