Changeset 428906 in git
- Timestamp:
- Dec 11, 2006, 2:15:49 PM (16 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- d3699d4f4090b266ff20fdfb36f7abfd7387820c
- Parents:
- 09123dc1d00b4d35dada316982f7b598b5434dd4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/grammar.y
r09123d r428906 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: grammar.y,v 1.1 19 2006-09-22 10:32:09 Singular Exp $ */4 /* $Id: grammar.y,v 1.120 2006-12-11 13:15:49 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: SINGULAR shell grammatik … … 468 468 | helpcmd 469 469 | examplecmd 470 { currentVoice->ifsw=0;}470 {if (currentVoice!=NULL) currentVoice->ifsw=0;} 471 471 ; 472 472
Note: See TracChangeset
for help on using the changeset viewer.