Module Name: src Committed By: joerg Date: Sat Dec 25 22:30:52 UTC 2010
Modified Files: src/sys/sys: cdefs.h Log Message: Rename __BEGIN_PUBLIC / __BEGIN_HIDDEN to __BEGIN_PUBLIC_DECLS / __BEGIN_HIDDEN_DECLS and corresponding __END_* macros. Push the extern "C" logic into __BEGIN_PUBLIC_DECLS / __BEGIN_HIDDEN_DECLS to make them easier to use in header files used by C++. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/sys/cdefs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.