Changeset abd6a8 in git
- Timestamp:
- Nov 24, 2014, 5:07:17 PM (9 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 9320a53f148632cc76441766e91b312347a4b7fb
- Parents:
- 6ee080bd6cd0610fcc4933b669ef3e1fc6b1a67d
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-11-24 17:07:17+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-11-24 20:10:38+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/nc/gb_hack.h
r6ee080 rabd6a8 37 37 38 38 # define STR_EXPAND(tok) #tok 39 # define D(A) A{ WerrorS("This is a hack. Function is not defined: " STR_EXPAND(A) ); return NULL; }39 # define D(A) A{ WerrorS("This is a hack. Function is not defined: " STR_EXPAND(A) ); return NULL; (void)(_currRing); } 40 40 41 41 D(ideal gnc_gr_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing))
Note: See TracChangeset
for help on using the changeset viewer.