Date: Fri, 1 May 1998 11:10:51 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp ispvar.h Message-ID: <199805011810.LAA15376@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/05/01 11:10:51 PDT
Modified files:
sys/dev/isp ispvar.h
Log:
Support compiling with `gcc -ansi'. Just use __inline instead of inline.
[__]inline is only used to bloat the code here. It gives a separate copy
of all the strings for each time this header is included...
Fixed misuse of __P(()).
Revision Changes Path
1.2 +5 -2 src/sys/dev/isp/ispvar.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805011810.LAA15376>
