source: git/IntegerProgramming/si_gmp.h @ a475e9

spielwiese
Last change on this file since a475e9 was a475e9, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: solaris-CC git-svn-id: file:///usr/local/Singular/svn/trunk@9212 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 323 bytes
Line 
1/* $Id: si_gmp.h,v 1.4 2006-06-13 16:10:10 Singular Exp $ */
2/* $Id: si_gmp.h,v 1.4 2006-06-13 16:10:10 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#else
12#include <gmp.h>
13#endif
14
15#endif /* ! INCL_CF_GMP_H */
Note: See TracBrowser for help on using the repository browser.