Changeset d636ad in git for Singular/grammar.y
- Timestamp:
- Mar 11, 1998, 1:03:47 PM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 085370c3bc7e4c1b7148b5e0a0697d932dd8d11e
- Parents:
- c842903d4ea262ba5ecbf06f4ecb1cf7473572fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/grammar.y
rc842903 rd636ad 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: grammar.y,v 1.2 3 1998-03-06 11:51:13 krueger Exp $ */4 /* $Id: grammar.y,v 1.24 1998-03-11 12:03:40 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: SINGULAR shell grammatik … … 45 45 #include "syz.h" 46 46 #include "lists.h" 47 48 49 procinfo *iiInitSingularProcinfo(procinfo *pi, char *libname, char *procname, 50 int line, long pos, BOOLEAN pstatic=FALSE); 47 #include "libparse.h" 48 51 49 52 50 extern int yylineno;
Note: See TracChangeset
for help on using the changeset viewer.