Changeset 41fbba in git
- Timestamp:
- Oct 22, 2013, 4:39:55 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 73c359dca6e6c74870e72d5463a809136999f93e
- Parents:
- 7345547252dc2de74d754b8323ebad2ca69c4712
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/libparse.cc
r734554 r41fbba 1621 1621 pi_clear(pi); 1622 1622 } 1623 #ifdef STANDALONE_PARSER1624 1623 pi = (procinfo *)malloc(sizeof(procinfo)); 1625 #else1626 pi = (procinfo *)omAlloc(sizeof(procinfo));1627 #endif1628 1624 iiInitSingularProcinfo(pi, newlib, proc, yylplineno, 1629 1625 current_pos(0), p_static); -
Singular/libparse.ll
r734554 r41fbba 317 317 pi_clear(pi); 318 318 } 319 #ifdef STANDALONE_PARSER320 319 pi = (procinfo *)malloc(sizeof(procinfo)); 321 #else322 pi = (procinfo *)omAlloc(sizeof(procinfo));323 #endif324 320 iiInitSingularProcinfo(pi, newlib, proc, yylplineno, 325 321 current_pos(0), p_static);
Note: See TracChangeset
for help on using the changeset viewer.