CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/07 08:17:42
Modified files:
sys/sys : _endian.h
Log message:
Use __inline instead of inline as this header file might be included in a
"strict ansi" environment (even though it shouldn't be). Found out the hard
way by phessler@ with a port that uses gcc -ansi.
ok millert@, phessler@
