Changeset 3ad8af in git for factory/factory.template
- Timestamp:
- Nov 4, 2002, 6:06:25 PM (21 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- beab83786aafc2409d275adfead8e069219a9ef6
- Parents:
- 616214197b0dbd8973606076355c2d6ccde48f2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/factory.template
r616214 r3ad8af 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: factory.template,v 1.1 2 1998-03-10 14:51:09 schmidtExp $ */2 /* $Id: factory.template,v 1.13 2002-11-04 17:06:25 bricken Exp $ */ 3 3 4 4 #ifndef INCL_FACTORY_H … … 30 30 #ifdef SINGULAR 31 31 extern "C" { 32 #ifdef __cplusplus 33 #undef __cplusplus 32 34 #include <gmp.h> 35 #define __cplusplus 36 #else 37 #include <gmp.h> 38 #endif 33 39 } 34 40 #endif /* SINGULAR */
Note: See TracChangeset
for help on using the changeset viewer.