Back out rev 1.38. Even though it saves a little space on the line,
it confuses indent(1). Requested by: bde
This commit is contained in:
parent
9844fbc3b5
commit
e87d9617c7
@ -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);
|
||||
#define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
|
||||
#else
|
||||
#define __FBSDID(s)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user