Changeset f58aa6 in git


Ignore:
Timestamp:
Feb 27, 2009, 6:25:22 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
0ffc8230cf8843aba541f656189c14bc57b1700f
Parents:
a93f7b0f0b9fc641420d089124cb42728eab0916
Message:
*hannes: bison error msg


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

Legend:

Unmodified
Added
Removed
  • Singular/grammar.y

    ra93f7b0 rf58aa6  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: grammar.y,v 1.128 2008-11-12 12:51:53 Singular Exp $ */
     4/* $Id: grammar.y,v 1.129 2009-02-27 17:25:22 Singular Exp $ */
    55/*
    66* ABSTRACT: SINGULAR shell grammatik
     
    136136      const char *n=VoiceName();
    137137      if (strcmp(n,"STDIN")==0)
    138         Werror( "error occurred in %s: `%s`"
     138        Werror( "error occurred in or before %s: `%s`"
    139139               ,n, my_yylinebuf);
    140140      else
    141         Werror( "error occurred in %s line %d: `%s`"
     141        Werror( "error occurred in or before %s line %d: `%s`"
    142142               ,n, yylineno, my_yylinebuf);
    143143    }
     
    149149      && (strncmp(fmt,"syntax",6)!=0))
    150150        WerrorS(fmt);
    151       Werror( "error occurred in %s line %d: `%s`"
     151      Werror( "error occurred in or before %s line %d: `%s`"
    152152             ,VoiceName(), yylineno, my_yylinebuf);
    153153    }
Note: See TracChangeset for help on using the changeset viewer.