Silence preprocessor warning, No need to use CONCAT with "," and "word".

This commit is contained in:
Alfred Perlstein 2002-06-01 20:22:33 +00:00
parent 7e743e3a41
commit 50225e2f48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97721
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
* to a possibly-modified form that will be invisible to C programs.
*/
#define CNAME(csym) csym
#define HIDENAME(asmsym) __CONCAT(.,asmsym)
#define HIDENAME(asmsym) .asmsym
#define ALIGN_DATA .p2align 2 /* 4 byte alignment, zero filled */
#ifdef GPROF

View File

@ -48,7 +48,7 @@
* to a possibly-modified form that will be invisible to C programs.
*/
#define CNAME(csym) csym
#define HIDENAME(asmsym) __CONCAT(.,asmsym)
#define HIDENAME(asmsym) .asmsym
#define ALIGN_DATA .p2align 2 /* 4 byte alignment, zero filled */
#ifdef GPROF