Changeset 9875202 in git


Ignore:
Timestamp:
Nov 14, 2011, 11:51:29 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
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
Message:
fix: warning for option chnges does not work for libsingular

Conflicts:

	Singular/iplib.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r65eb96f r9875202  
    298298  newBuffer( omStrDup(p /*pi->data.s.body*/), t /*BT_proc*/,
    299299               pi, l );
     300  #ifndef LIBSINGULAR
     301  // see below:
    300302  int save1=(si_opt_1 & ~TEST_RINGDEP_OPTS);
    301303  int save2=si_opt_2;
     304  #endif
    302305  BOOLEAN err=yyparse();
    303306  if (sLastPrinted.rtyp!=0)
     
    305308    sLastPrinted.CleanUp();
    306309  }
     310  #ifndef LIBSINGULAR
     311  // the access to optionStruct and verboseStruct do not work
     312  // on x86_64-Linux for pic-code
    307313  int save11= ( si_opt_1 & ~TEST_RINGDEP_OPTS);
    308314  if ((TEST_V_ALLWARN) &&
     
    350356  //  PrintS(p);
    351357  }
     358  #endif
    352359  return err;
    353360}
Note: See TracChangeset for help on using the changeset viewer.