diff src/sysdep.h @ 4029:5bb998bf84bd

[xemacs-hg @ 2007-06-22 17:26:20 by stephent] Fix C++ build per <87sl8j51tc.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Fri, 22 Jun 2007 17:26:22 +0000
parents ba24fcdb4cfe
children 308d34e9f07d
line wrap: on
line diff
--- a/src/sysdep.h	Fri Jun 22 17:15:37 2007 +0000
+++ b/src/sysdep.h	Fri Jun 22 17:26:22 2007 +0000
@@ -26,10 +26,6 @@
 
 #include <setjmp.h>
 
-#ifndef WIN32_NATIVE
-extern char **environ;
-#endif
-
 #ifdef PDUMP
 int pdump_read_file (char **pdump_start_pos, size_t *pdump_length);
 #endif
@@ -68,6 +64,10 @@
 
 BEGIN_C_DECLS
 
+#ifndef WIN32_NATIVE
+extern char **environ;
+#endif
+
 void stop_interrupts (void);
 void start_interrupts (void);
 MODULE_API void slow_down_interrupts (void);