From de0c026bbb06b1623dc248e96fa5da50d3a741d6 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 9 Dec 1994 01:51:16 +0000 Subject: [PATCH] Change #include order to not redifine __P --- gnu/lib/libg++/libg++/bitlcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/lib/libg++/libg++/bitlcomp.c b/gnu/lib/libg++/libg++/bitlcomp.c index cbcb22e27e9..edf154c4d02 100644 --- a/gnu/lib/libg++/libg++/bitlcomp.c +++ b/gnu/lib/libg++/libg++/bitlcomp.c @@ -23,8 +23,8 @@ the executable file might be covered by the GNU General Public License. */ /* Written by Per Bothner (bothner@cygnus.com) */ -#include "bitprims.h" #include +#include "bitprims.h" /* Return -1, 0, 1 depending on whether (ptr0, len0) is lexicographically less than, equal, or greater than (ptr1, len1).