Date: Sat, 12 Oct 1996 13:09:53 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm swap_pager.c vm_page.c Message-ID: <199610122009.NAA26700@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/10/12 13:09:51 Modified: sys/vm swap_pager.c vm_page.c Log: Removed __pure's and __pure2's. __pure is a no-op for recent versions of gcc by definition, and __pure2 is a no-op in effect (presumably the compiler can see when an inline function has no side effects). Revision Changes Path 1.72 +5 -7 src/sys/vm/swap_pager.c 1.68 +2 -3 src/sys/vm/vm_page.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610122009.NAA26700>