Changeset 3ad8af in git
- Timestamp:
- Nov 4, 2002, 6:06:25 PM (21 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- beab83786aafc2409d275adfead8e069219a9ef6
- Parents:
- 616214197b0dbd8973606076355c2d6ccde48f2f
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gmp.h
r616214 r3ad8af 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_gmp.h,v 1. 2 1997-06-19 12:24:27 schmidtExp $ */2 /* $Id: cf_gmp.h,v 1.3 2002-11-04 17:06:24 bricken Exp $ */ 3 3 4 4 #ifndef INCL_CF_GMP_H … … 8 8 9 9 extern "C" { 10 #ifdef __cplusplus 11 #undef __cplusplus 10 12 #include <gmp.h> 13 #define __cplusplus 14 #else 15 #include <gmp.h> 16 #endif 11 17 } 12 18 -
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.