From d949a130a954a8169beddfd7b39d087332102e57 Mon Sep 17 00:00:00 2001 From: "jst%mozilla.jstenback.com" Date: Mon, 12 Jul 2004 18:34:31 +0000 Subject: [PATCH] Another attempt at getting btek turn green w/o breaking other builds. git-svn-id: svn://10.0.0.236/trunk@159087 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/base/public/nptypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/plugin/base/public/nptypes.h b/mozilla/modules/plugin/base/public/nptypes.h index e9b2b6eb83e..228242091f8 100644 --- a/mozilla/modules/plugin/base/public/nptypes.h +++ b/mozilla/modules/plugin/base/public/nptypes.h @@ -47,7 +47,7 @@ typedef unsigned int uint32_t; #else #include -#if !defined(__GNUC__) || (__GNUC__ > 2 && __GNUC_MINOR__ > 96) +#if !defined(__GNUC__) || (__GNUC__ > 2 && __GNUC_MINOR__ > 91) #ifndef __cplusplus #ifndef bool typedef int bool;