source: git/IntegerProgramming/si_gmp.h @ 73624c6

spielwiese
Last change on this file since 73624c6 was 341696, checked in by Hans Schönemann <hannes@…>, 15 years ago
Adding Id property to all files git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 247 bytes
Line 
1/* $Id$ */
2/* $Id$ */
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.