Cleanup gcc-3.2 compiler warning - gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2003年02月27日 16:14:10 +0000
committerCamm Maguire <camm@debian.org>2003年02月27日 16:14:10 +0000
commit2ef6c20533426e032ed337dd5f69766c073128e9 (patch)
treee0f553f825dd15ccf0b3e8a7dd79b1545be864d8
parentf360a4c8daa2f1dfb64270c7444954d5e81f9016 (diff)
downloadgcl-2ef6c20533426e032ed337dd5f69766c073128e9.tar.gz
Cleanup gcc-3.2 compiler warning
Diffstat
-rw-r--r--gcl/unixport/sys_ansi_gcl.c 5
-rwxr-xr-xgcl/unixport/sys_gcl.c 5
2 files changed, 2 insertions, 8 deletions
diff --git a/gcl/unixport/sys_ansi_gcl.c b/gcl/unixport/sys_ansi_gcl.c
index 8dee7b977..08db48540 100644
--- a/gcl/unixport/sys_ansi_gcl.c
+++ b/gcl/unixport/sys_ansi_gcl.c
@@ -1,7 +1,4 @@
-#ifdef __MINGW32__
-# include <string.h>
-#endif
-
+#include <string.h>
#include <stdlib.h>
#include "../h/include.h"
diff --git a/gcl/unixport/sys_gcl.c b/gcl/unixport/sys_gcl.c
index 80183f391..662da4569 100755
--- a/gcl/unixport/sys_gcl.c
+++ b/gcl/unixport/sys_gcl.c
@@ -1,7 +1,4 @@
-#ifdef __MINGW32__
-# include <string.h>
-#endif
-
+#include <string.h>
#include <stdlib.h>
#include "../h/include.h"
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月04日 21:18:22 +0000

AltStyle によって変換されたページ (->オリジナル) /