summaryrefslogtreecommitdiff
path: root/shells/v7sh/files/patch-mac.h
blob: 1a2f8ee1a0a25643609d0559c716f3ecbe63606a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -u -x CVS -x work -x core -x *.core -x #* -x *~ -x *.orig -x *.rej -I $Id.*$ -I $.+BSD.*$ mac.h.orig mac.h
--- mac.h.orig	Fri Jun  4 02:51:01 2004
+++ mac.h	Sat Jun 19 18:42:23 2004
@@ -9,10 +9,12 @@
 
 #define LOCAL	static
 #define PROC	extern
+#define CONST	const
+#define EXTERN	extern
 #define TYPE	typedef
 #define STRUCT	TYPE struct
 #define UNION	TYPE union
-#define REG	register
+#define REG	/* register */
 
 #define IF	if(
 #define THEN	){