* include/sys/cdefs.h: Remove extra line.

This commit is contained in:
Christopher Faylor
2005-08-08 18:54:28 +00:00
parent 2ab8ea6738
commit d4c8f095ba
2 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,5 @@ details. */
#endif
#define __P(protos) protos /* full-blown ANSI C */
#define __CONCAT(__x,__y) __x##__y
#define __CONCAT(__x,__y) __x##__y
#endif