bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sco5.h breaks makefiles


From: Golubev I. N.
Subject: sco5.h breaks makefiles
Date: Thu, 27 Dec 2001 18:40:05 (GMT)

C var decls (currently `sigprocmask_set') must be framed by
`#ifndef''s lest they break makefiles generated using cpp.

--- s/sco5.h    2001/12/20 18:07:17     1.1
+++ s/sco5.h    2001/12/20 18:57:42     1.1.1.1
@@ -109,6 +109,7 @@
 #define START_FILES pre-crt0.o /lib/crt1.o
 #define LIB_STANDARD -lc /lib/crtn.o
 
+#ifndef NOT_C_CODE
 /* Send signals to subprocesses by "typing" signal chars at them.  */
 #define SIGNALS_VIA_CHARACTERS
 
@@ -139,6 +140,7 @@
 #ifndef PENDING_OUTPUT_COUNT
 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base)
 #endif
+#endif /* not NOT_C_CODE */
 
 /* Use ELF and get real shared libraries */ 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]