Changeset 34fbd93 in git for Singular/scanner.l
- Timestamp:
- Jul 9, 1999, 4:58:30 PM (24 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 6959c49751ce060112fd62dace5b8f7590c72602
- Parents:
- 609ba11e29d4d3c44b5785da0728121bbc8e0065
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/scanner.l
r609ba11 r34fbd93 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 /* $Id: scanner.l,v 1.1 7 1999-07-06 15:32:44Singular Exp $ */5 /* $Id: scanner.l,v 1.18 1999-07-09 14:58:29 Singular Exp $ */ 6 6 #include <stdio.h> 7 7 #include <string.h> … … 23 23 //extern unsigned char * yytext; 24 24 extern int yyleng; 25 extern BOOLEAN noringvars;26 25 extern int inerror; 27 26
Note: See TracChangeset
for help on using the changeset viewer.