1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109975

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