source: git/IntegerProgramming/si_gmp.h @ c0f7e2

spielwiese
Last change on this file since c0f7e2 was 397246b, checked in by Hans Schönemann <hannes@…>, 18 years ago
*hannes:typo git-svn-id: file:///usr/local/Singular/svn/trunk@9213 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 347 bytes
Line 
1/* $Id: si_gmp.h,v 1.5 2006-06-13 16:57:12 Singular Exp $ */
2/* $Id: si_gmp.h,v 1.5 2006-06-13 16:57:12 Singular Exp $ */
3
4#ifndef INCL_CF_GMP_H
5#define INCL_CF_GMP_H
6
7#if defined(__cplusplus) && defined(__GNUC__)
8extern "C" {
9#undef __cplusplus
10#include <gmp.h>
11}
12#define __cplusplus 1
13#else
14#include <gmp.h>
15#endif
16
17#endif /* ! INCL_CF_GMP_H */
Note: See TracBrowser for help on using the repository browser.