Changeset f58aa6 in git
- Timestamp:
- Feb 27, 2009, 6:25:22 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 0ffc8230cf8843aba541f656189c14bc57b1700f
- Parents:
- a93f7b0f0b9fc641420d089124cb42728eab0916
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/grammar.y
ra93f7b0 rf58aa6 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: grammar.y,v 1.12 8 2008-11-12 12:51:53Singular Exp $ */4 /* $Id: grammar.y,v 1.129 2009-02-27 17:25:22 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: SINGULAR shell grammatik … … 136 136 const char *n=VoiceName(); 137 137 if (strcmp(n,"STDIN")==0) 138 Werror( "error occurred in %s: `%s`"138 Werror( "error occurred in or before %s: `%s`" 139 139 ,n, my_yylinebuf); 140 140 else 141 Werror( "error occurred in %s line %d: `%s`"141 Werror( "error occurred in or before %s line %d: `%s`" 142 142 ,n, yylineno, my_yylinebuf); 143 143 } … … 149 149 && (strncmp(fmt,"syntax",6)!=0)) 150 150 WerrorS(fmt); 151 Werror( "error occurred in %s line %d: `%s`"151 Werror( "error occurred in or before %s line %d: `%s`" 152 152 ,VoiceName(), yylineno, my_yylinebuf); 153 153 }
Note: See TracChangeset
for help on using the changeset viewer.