Put the right fix in. Instead of deleting the declaration of __FBSDID, we

undef it before this definition.
This commit is contained in:
benno 2003-01-28 10:54:31 +00:00
parent 1b12d97b50
commit 70310f135b

View File

@ -77,6 +77,13 @@
#define RCSID(x) .text; .asciz x
#undef __FBSDID
#if !defined(lint) && !defined(STRIP_FBSDID)
#define __FBSDID(s) .ident s
#else
#define __FBSDID(s) /* nothing */
#endif /* not lint and not STRIP_FBSDID */
#define WEAK_ALIAS(alias,sym) \
.weak alias; \
alias = sym