Changeset 36faf9 in git
- Timestamp:
- May 2, 2006, 6:50:05 PM (17 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- ea48f7df5ddbf7935ee69970dbcd665f2fa7ca16
- Parents:
- aaf0b6a15866d4d00ee7ffb107e0e44f0a238da5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gmp.h
raaf0b6 r36faf9 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_gmp.h,v 1. 5 2003-10-29 10:53:50Singular Exp $ */2 /* $Id: cf_gmp.h,v 1.6 2006-05-02 16:49:54 Singular Exp $ */ 3 3 4 4 #ifndef INCL_CF_GMP_H … … 8 8 extern "C" { 9 9 #undef __cplusplus 10 #define _WCHAR_T_DECLARED 10 11 #include <gmp.h> 11 12 #define __cplusplus 1 -
kernel/si_gmp.h
raaf0b6 r36faf9 1 /* $Id: si_gmp.h,v 1.3 2006-01-31 16:32:43 Singular Exp $ */ 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: si_gmp.h,v 1.4 2006-05-02 16:50:05 Singular Exp $ */ 2 3 3 4 #ifndef INCL_CF_GMP_H 4 5 #define INCL_CF_GMP_H 5 6 6 #if defined(__cplusplus) && defined(__GNUC__)7 #ifdef __cplusplus 7 8 extern "C" { 8 9 #undef __cplusplus 10 #define _WCHAR_T_DECLARED 9 11 #include <gmp.h> 10 12 #define __cplusplus 1
Note: See TracChangeset
for help on using the changeset viewer.