Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm32/include Add a _C_LABEL() macro.
details: https://anonhg.NetBSD.org/src/rev/d96f47e1a6d5
branches: trunk
changeset: 472749:d96f47e1a6d5
user: kleink <kleink%NetBSD.org@localhost>
date: Thu May 06 13:54:06 1999 +0000
description:
Add a _C_LABEL() macro.
diffstat:
sys/arch/arm32/include/asm.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 9955552521c3 -r d96f47e1a6d5 sys/arch/arm32/include/asm.h
--- a/sys/arch/arm32/include/asm.h Thu May 06 12:04:50 1999 +0000
+++ b/sys/arch/arm32/include/asm.h Thu May 06 13:54:06 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.12 1999/05/06 13:54:06 kleink 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