Date: Tue, 9 Apr 2002 16:58:42 +0200 (CEST) From: Alexander Leidinger <Alexander@Leidinger.net> To: current@FreeBSD.org Subject: libkern/quad.h Message-ID: <200204091458.g39Ewg1T000574@Magelan.Leidinger.net>
next in thread | raw e-mail | index | archive | help
Hi, quad.h contains: ---snip--- /* * XXX * Compensate for gcc 1 vs gcc 2. Gcc 1 defines ?sh?di3's second argument * as u_quad_t, while gcc 2 correctly uses int. Unfortunately, we still use * both compilers. */ #if __GNUC__ >= 2 typedef unsigned int qshift_t; #else typedef u_quad_t qshift_t; #endif ---snip--- Is this still valid? Does someone really use gcc 1 to compile FreeBSD? Bye, Alexander. -- Weird enough for government work. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204091458.g39Ewg1T000574>