diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-02-09 05:23:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-02-09 05:23:06 +0000 |
commit | df95a34e2a1ee02ee1dd571dcb5618ea1b367df4 (patch) | |
tree | 03458ff72cc43554f1f1b4f019b89796b2f0884e /math/gambit/files/patch-gnulib.h | |
parent | www/p5-Template-Toolkit: p5-File-Spec should only be used if perl < 5.8 (diff) |
re-add gambit 0.97.0.3
A library of tools for doing computation in game theory
Notes
Notes:
svn path=/head/; revision=75161
Diffstat (limited to 'math/gambit/files/patch-gnulib.h')
-rw-r--r-- | math/gambit/files/patch-gnulib.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/math/gambit/files/patch-gnulib.h b/math/gambit/files/patch-gnulib.h new file mode 100644 index 000000000000..80ac59a172d7 --- /dev/null +++ b/math/gambit/files/patch-gnulib.h @@ -0,0 +1,24 @@ +--- sources/math/gnulib.h.orig Sun Feb 9 01:54:27 2003 ++++ sources/math/gnulib.h Sun Feb 9 01:56:12 2003 +@@ -32,9 +32,6 @@ + #ifndef GNULIB_H + #define GNULIB_H + +-#ifdef __GNUG__ +-#include <_G_config.h> +-#endif // __GNUG__ + #include <stddef.h> + #include <stdlib.h> + #include <string.h> +@@ -46,11 +43,6 @@ + #include <errno.h> + #include <fcntl.h> + +-#ifdef __GNUG__ +-extern "C" { +-int strcasecmp _G_ARGS((const char*, const char*)); +-} +-#endif // __GNUG__ + + + #include <math.h> |