patch-1.3.44 linux/include/asm-sparc/cprefix.h
Next file: linux/include/asm-sparc/cypress.h
Previous file: linux/include/asm-sparc/contregs.h
Back to the patch index
Back to the overall index
-  Lines: 22
 -  Date:
Tue Nov 21 12:31:53 1995
 -  Orig file: 
v1.3.43/linux/include/asm-sparc/cprefix.h
 -  Orig date: 
Mon Feb  6 20:42:52 1995
 
diff -u --recursive --new-file v1.3.43/linux/include/asm-sparc/cprefix.h linux/include/asm-sparc/cprefix.h
@@ -6,7 +6,8 @@
  *
  * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
  */
-
+#ifndef __SPARC_CPREFIX_H
+#define __SPARC_CPREFIX_H
 
 #ifndef __svr4__
 #define C_LABEL_PREFIX _
@@ -14,7 +15,9 @@
 #define C_LABEL_PREFIX
 #endif
 
-#define CONCAT1(a, b) CONCAT2(a, b)
+#define CONCAT(a, b) CONCAT2(a, b)
 #define CONCAT2(a, b) a##b
 
-#define C_LABEL(name) CONCAT1(C_LABEL_PREFIX, name)
+#define C_LABEL(name) CONCAT(C_LABEL_PREFIX, name)
+
+#endif /* !(__SPARC_CPREFIX_H) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this