Changeset 8d8cd94 in git for Singular/ipid.cc
- Timestamp:
- Feb 28, 2012, 6:59:58 PM (11 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- f93c5e9d617ac7c7445a38a6607c400467d15ef7
- Parents:
- f323dd1d5224b28e86385dbae25bbc736620b24c
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-02-28 18:59:58+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-02-29 17:39:24+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipid.cc
rf323dd1 r8d8cd94 238 238 s=omStrDup(s); 239 239 idhdl *save_root=root; 240 BOOLEAN to_reset=FALSE;241 240 if (t==PACKAGE_CMD) 242 241 { … … 244 243 { 245 244 root=&(basePack->idroot); 246 to_reset=TRUE;247 245 } 248 246 } … … 310 308 checkall(); 311 309 #endif 312 if (to_reset) root=save_root;313 310 return *root; 314 311 … … 318 315 //listall(); 319 316 omFree((ADDRESS)s); 320 if (to_reset) root=save_root;321 317 return NULL; 322 318 }
Note: See TracChangeset
for help on using the changeset viewer.