CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/26 07:23:15
Modified files:
sys/lib/libkern: libkern.h
Log message:
Remove non-__STDC__ assert macros from <lib/libkern/libkern.h>.
The macros are defined in a part of the header where a C compiler
is required. In addition, the macros expand to C code, so it looks
unnecessary to define the asserts with traditional cpp in mind.
OK cheloha@, mpi@
