Changeset 637428 in git
- Timestamp:
- Jan 24, 2005, 3:59:13 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 41cf23445b2ea57c5f6ec2cce4caffc51b9c7028
- Parents:
- 1b61353ce8e537757677d798cb81d4f53609e999
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.h
r1b6135 r637428 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: ipshell.h,v 1.3 5 2004-10-05 13:00:51Singular Exp $ */6 /* $Id: ipshell.h,v 1.36 2005-01-24 14:59:13 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 88 88 typedef BOOLEAN (*proc1)(leftv,leftv); 89 89 90 #ifdef INIT_BUG 90 #ifdef __GNUC__ 91 #if (__GNUC__ < 3) 92 #define INIT_BUG 1 91 93 void jjInitTab1(); 92 94 #endif 95 #endif 96 93 97 #ifdef GENTABLE 94 98 typedef char * (*Proc1)(char *); -
Singular/mod2.h.in
r1b6135 r637428 6 6 * DO NOT EDIT! 7 7 * 8 * Version: $Id: mod2.h.in,v 1.10 7 2003-07-14 14:09:27Singular Exp $8 * Version: $Id: mod2.h.in,v 1.108 2005-01-24 14:59:13 Singular Exp $ 9 9 *******************************************************************/ 10 10 #ifndef MOD2_H … … 163 163 /* includes for Metrowerks */ 164 164 #include "mod2.mwerks.h" 165 #else166 /* works around a quirk in gcc in the generation of parser tables */167 #define INIT_BUG168 165 #endif 169 166
Note: See TracChangeset
for help on using the changeset viewer.