Changeset 658488c in git
- Timestamp:
- Apr 28, 1998, 11:39:27 AM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 9c756f50c635eccfe5749e58e5429491470bf117
- Parents:
- 188c0f5c8f73b77afc207d9ebff9248bdcc60b52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/structs.h
r188c0f5 r658488c 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: structs.h,v 1.1 0 1998-03-16 14:56:47 obachmanExp $ */6 /* $Id: structs.h,v 1.11 1998-04-28 09:39:27 pohl Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 147 147 extern BITSET test; 148 148 /*the general set of verbose-options --> febase.cc */ 149 #ifdef __cplusplus 150 extern "C" BITSET verbose; 151 #else 149 152 extern BITSET verbose; 153 #endif 150 154 /*debugging the bison grammar --> grammar.cc*/ 151 155 #ifdef YYDEBUG
Note: See TracChangeset
for help on using the changeset viewer.