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

undef it before this definition.
This commit is contained in:
Benno Rice 2003-01-28 10:54:31 +00:00
parent 126fe1249a
commit 7b4359b47d

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