source: git/factory/cf_gmp.h @ 15a33f

spielwiese
Last change on this file since 15a33f was 15a33f, checked in by Hans Schönemann <hannes@…>, 18 years ago
*hannes: sparc-cc git-svn-id: file:///usr/local/Singular/svn/trunk@9218 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 363 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2/* $Id: cf_gmp.h,v 1.7 2006-06-14 15:28:06 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#define _WCHAR_T_DECLARED
11#include <gmp.h>
12#define __cplusplus 1
13}
14#else
15#include <gmp.h>
16#endif
17
18#endif /* ! INCL_CF_GMP_H */
Note: See TracBrowser for help on using the repository browser.