Changeset 9875202 in git
- Timestamp:
- Nov 14, 2011, 11:51:29 AM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'cdfcdb8287f66bc6070028082cbbc6eff10e609b')
- Children:
- d5add65b944701e25c47c31e8a82156f5758328d
- Parents:
- 65eb96fdc6f956671461df48dd8f6bde869c96f8
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-11-14 11:51:29+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-01-18 16:15:04+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iplib.cc
r65eb96f r9875202 298 298 newBuffer( omStrDup(p /*pi->data.s.body*/), t /*BT_proc*/, 299 299 pi, l ); 300 #ifndef LIBSINGULAR 301 // see below: 300 302 int save1=(si_opt_1 & ~TEST_RINGDEP_OPTS); 301 303 int save2=si_opt_2; 304 #endif 302 305 BOOLEAN err=yyparse(); 303 306 if (sLastPrinted.rtyp!=0) … … 305 308 sLastPrinted.CleanUp(); 306 309 } 310 #ifndef LIBSINGULAR 311 // the access to optionStruct and verboseStruct do not work 312 // on x86_64-Linux for pic-code 307 313 int save11= ( si_opt_1 & ~TEST_RINGDEP_OPTS); 308 314 if ((TEST_V_ALLWARN) && … … 350 356 // PrintS(p); 351 357 } 358 #endif 352 359 return err; 353 360 }
Note: See TracChangeset
for help on using the changeset viewer.