mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-04-20 07:51:36 +02:00
Make RCS macros take arguments
This was breaking code actually using those macros. Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
This commit is contained in:
parent
27842d7f77
commit
a5dbef45e7
@ -79,15 +79,15 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __RCSID_SOURCE
|
#ifndef __RCSID_SOURCE
|
||||||
# define __RCSID_SOURCE
|
# define __RCSID_SOURCE(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __SCCSID
|
#ifndef __SCCSID
|
||||||
# define __SCCSID
|
# define __SCCSID(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __COPYRIGHT
|
#ifndef __COPYRIGHT
|
||||||
# define __COPYRIGHT
|
# define __COPYRIGHT(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user