Add a _C_LABEL() macro.

This commit is contained in:
kleink 1999-05-06 13:54:06 +00:00
parent 1bffbb6eb6
commit fc1b5041ac
1 changed files with 3 additions and 1 deletions

View File

@ -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