Changeset 1c16bf in git
- Timestamp:
- May 13, 2019, 6:08:32 PM (4 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 4e5fdad42de8a0a52366ead81619a2e027f2a8ef
- Parents:
- bc54e09b748dd50fc9c450cd004b4960b9a7ef92
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/grammar.cc
rbc54e0 r1c16bf 2590 2590 #line 489 "grammar.y" 2591 2591 { 2592 if (currRing Hdl==NULL) MYYERROR("no ring active");2592 if (currRing==NULL) MYYERROR("no ring active"); 2593 2593 int j = 0; 2594 2594 memset(&(yyval.lv),0,sizeof(sleftv)); -
Singular/grammar.y
rbc54e0 r1c16bf 488 488 | '[' exprlist ']' 489 489 { 490 if (currRing Hdl==NULL) MYYERROR("no ring active");490 if (currRing==NULL) MYYERROR("no ring active"); 491 491 int j = 0; 492 492 memset(&$$,0,sizeof(sleftv));
Note: See TracChangeset
for help on using the changeset viewer.