Allow __FBSDID() to be used without ;
This commit is contained in:
parent
d085d52af7
commit
f4750b1066
@ -208,12 +208,12 @@
|
||||
#endif
|
||||
|
||||
#ifndef __RCSID
|
||||
#define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
|
||||
#define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s);
|
||||
#endif
|
||||
|
||||
#ifndef __FBSDID
|
||||
#if !defined(lint) && !defined(STRIP_FBSDID)
|
||||
#define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
|
||||
#if !defined(lint) && defined(STRIP_FBSDID)
|
||||
#define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s);
|
||||
#else
|
||||
#define __FBSDID(s)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user