Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/arm32/include pullup 1.11->1.12 (kleink): fix ...



details:   https://anonhg.NetBSD.org/src/rev/eb3ec4eb21f2
branches:  netbsd-1-4
changeset: 469148:eb3ec4eb21f2
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Jul 01 19:47:24 1999 +0000

description:
pullup 1.11->1.12 (kleink): fix namespace conflict

diffstat:

 sys/arch/arm32/include/asm.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r e07f7b62865e -r eb3ec4eb21f2 sys/arch/arm32/include/asm.h
--- a/sys/arch/arm32/include/asm.h      Thu Jul 01 19:45:22 1999 +0000
+++ b/sys/arch/arm32/include/asm.h      Thu Jul 01 19:47:24 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asm.h,v 1.11 1998/12/02 21:16:46 thorpej Exp $ */
+/*     $NetBSD: asm.h,v 1.11.4.1 1999/07/01 19:47:24 perry Exp $       */
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -54,10 +54,12 @@
 
 #ifdef __STDC__
 # define _C_FUNC(x)    _ ## x
+# define _C_LABEL(x)   _ ## x
 # define __CONCAT(x,y) x ## y
 # define __STRING(x)   #x
 #else
 # define _C_FUNC(x)    _/**/x
+# define _C_LABEL(x)   _/**/x
 # define __CONCAT(x,y) x/**/y
 #endif
 #define        _ASM_FUNC(x)    x



Home | Main Index | Thread Index | Old Index