[BACK]Return to cdefs.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/cdefs.h between version 1.18 and 1.18.8.2

version 1.18, 1997/06/18 19:09:50 version 1.18.8.2, 1997/10/24 21:03:23
Line 140 
Line 140 
 #define __COPYRIGHT(s) __IDSTRING(copyright,s)  #define __COPYRIGHT(s) __IDSTRING(copyright,s)
 #endif  #endif
   
   /* This is defined in <machine/cdefs.h> */
   #ifndef __RENAME
   #ifdef __lint
   #define __RENAME(a)
   #else
   #error "No function renaming possible"
   #endif
   #endif
   
 #endif /* !_SYS_CDEFS_H_ */  #endif /* !_SYS_CDEFS_H_ */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.18.8.2

CVSweb <webmaster@jp.NetBSD.org>