Define PRIVATE as static, and consequences
authorceriel <none@none>
Tue, 16 Nov 1993 11:49:17 +0000 (11:49 +0000)
committerceriel <none@none>
Tue, 16 Nov 1993 11:49:17 +0000 (11:49 +0000)
lang/cem/cemcom/interface.h
lang/cem/cemcom/scan.c
lang/cem/cemcom/skip.c

index e75dd77..4abd01b 100644 (file)
@@ -3,6 +3,6 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-#define PRIVATE        /*static                /* or not */
+#define PRIVATE        static          /* or not */
 #define IMPORT extern
 #define EXPORT
index 2a9ccbf..6c295f1 100644 (file)
@@ -34,7 +34,7 @@ PRIVATE char *aptr;   /* pointer to last inserted character in apbuf  */
 
 PRIVATE int nr_of_params;      /* number of actuals read until now     */
 
-PRIVATE char **
+char **
 getactuals(idef)
        register struct idf *idef;
 {
index 5da339b..ee3ccb5 100644 (file)
@@ -13,7 +13,7 @@
 #include       "interface.h"
 
 #ifndef NOPP
-PRIVATE int
+int
 skipspaces(ch, skipnl)
        register int ch;
 {
@@ -58,7 +58,6 @@ skipspaces(ch, skipnl)
 }
 #endif /* NOPP */
 
-PRIVATE 
 skipline()
 {
        /*      skipline() skips all characters until a newline character