Define PRIVATE as static
authorceriel <none@none>
Tue, 16 Nov 1993 11:59:09 +0000 (11:59 +0000)
committerceriel <none@none>
Tue, 16 Nov 1993 11:59:09 +0000 (11:59 +0000)
lang/cem/cemcom.ansi/interface.h

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