From f0fe510a45d1b00a14feba025f6dc0a0b771bda5 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 14 Sep 2009 00:08:12 +0000 Subject: [PATCH] GCC 3.03 support on OS/2. Fixes Bugzilla #588. --- include/begin_code.h | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/include/begin_code.h b/include/begin_code.h index f70fe9477..6fed2b0ca 100644 --- a/include/begin_code.h +++ b/include/begin_code.h @@ -56,6 +56,15 @@ # else # define DECLSPEC # endif +# elif defined (__GNUC__) && __GNUC__ < 4 +# /* Added support for GCC-EMX