Changeset e39eb55 in git
- Timestamp:
- Aug 12, 2011, 10:20:39 AM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 56d3c66235e3148151d587d3e4b7e9e3e86bd342
- Parents:
- 74bb49bd78c4c6f75879051c97675236707b61f0
- Location:
- Singular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/grammar.cc
r74bb49 re39eb55 3251 3251 if (b!=NULL) 3252 3252 { 3253 if (yyvsp[-6].lv.rtyp==IDHDL) 3254 newRingHdl=enterid(ring_name, myynest, RING_CMD, 3253 newRingHdl=enterid(ring_name, myynest, RING_CMD, 3255 3254 &(yyvsp[-6].lv.req_packhdl->idroot),FALSE); 3256 3255 yyvsp[-6].lv.CleanUp(); -
Singular/grammar.y
r74bb49 re39eb55 1287 1287 if (b!=NULL) 1288 1288 { 1289 if ($2.rtyp==IDHDL)1290 1289 newRingHdl=enterid(ring_name, myynest, RING_CMD, 1291 1290 &($2.req_packhdl->idroot),FALSE); -
Singular/ipid.cc
r74bb49 re39eb55 233 233 idhdl enterid(const char * s, int lev, int t, idhdl* root, BOOLEAN init, BOOLEAN search) 234 234 { 235 if (s==NULL) return NULL; 235 236 idhdl h; 236 237 s=omStrDup(s);
Note: See TracChangeset
for help on using the changeset viewer.