Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/cdefs.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/sys/cdefs.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.18.8.2 retrieving revision 1.18.8.3 diff -u -p -r1.18.8.2 -r1.18.8.3 --- src/sys/sys/cdefs.h 1997/10/24 21:03:23 1.18.8.2 +++ src/sys/sys/cdefs.h 1997/11/04 23:23:51 1.18.8.3 @@ -1,4 +1,4 @@ -/* $NetBSD: cdefs.h,v 1.18.8.2 1997/10/24 21:03:23 mellon Exp $ */ +/* $NetBSD: cdefs.h,v 1.18.8.3 1997/11/04 23:23:51 thorpej Exp $ */ /* * Copyright (c) 1991, 1993 @@ -86,6 +86,9 @@ #define __volatile #endif /* !__GNUC__ */ +#define ___STRING(x) __STRING(x) +#define ___CONCAT(x) __CONCAT(x) + /* * In non-ANSI C environments, new programs will want ANSI-only C keywords * deleted from the program and old programs will want them left alone. @@ -142,8 +145,8 @@ /* This is defined in */ #ifndef __RENAME -#ifdef __lint -#define __RENAME(a) +#ifdef __lint__ +#define __RENAME(a) __symbolrename(a) #else #error "No function renaming possible" #endif