Define PRIVATE as static, and consequences

This commit is contained in:
ceriel
1993-11-16 11:49:17 +00:00
parent 0c60f4c22f
commit 70b035d559
3 changed files with 3 additions and 4 deletions

View 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