Changeset 46cabe in git
- Timestamp:
- Nov 5, 2002, 12:00:12 PM (21 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- a7f2cfa27f219ffe9472b01f7422279ae5391c9e
- Parents:
- 1dca8ade3fe626ba1dbd465465b4831ef1982214
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gmp.h
r1dca8ad r46cabe 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_gmp.h,v 1. 3 2002-11-04 17:06:24 brickenExp $ */2 /* $Id: cf_gmp.h,v 1.4 2002-11-05 11:00:12 Singular Exp $ */ 3 3 4 4 #ifndef INCL_CF_GMP_H 5 5 #define INCL_CF_GMP_H 6 6 7 #include <config.h> 8 7 #ifdef __cplusplus 9 8 extern "C" { 10 #ifdef __cplusplus11 9 #undef __cplusplus 12 10 #include <gmp.h> 13 11 #define __cplusplus 12 } 14 13 #else 15 14 #include <gmp.h> 16 15 #endif 17 }18 16 19 17 #endif /* ! INCL_CF_GMP_H */ -
factory/factory.template
r1dca8ad r46cabe 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: factory.template,v 1.1 3 2002-11-04 17:06:25 brickenExp $ */2 /* $Id: factory.template,v 1.14 2002-11-05 11:00:12 Singular Exp $ */ 3 3 4 4 #ifndef INCL_FACTORY_H … … 29 29 30 30 #ifdef SINGULAR 31 #ifdef __cplusplus 31 32 extern "C" { 32 #ifdef __cplusplus33 33 #undef __cplusplus 34 34 #include <gmp.h> 35 35 #define __cplusplus 36 } 36 37 #else 37 38 #include <gmp.h> 38 39 #endif 39 } 40 40 41 #endif /* SINGULAR */ 41 42
Note: See TracChangeset
for help on using the changeset viewer.