From 1717c99f07b5220e79231bb87076a4edfc396da7 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 13 Sep 2005 20:25:30 +0000 Subject: [PATCH] Added gcc-3.3 error message back in --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40110 --- sourcemm/ISmmAPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcemm/ISmmAPI.h b/sourcemm/ISmmAPI.h index af45693..2656886 100644 --- a/sourcemm/ISmmAPI.h +++ b/sourcemm/ISmmAPI.h @@ -24,7 +24,7 @@ #if defined __GNUC__ #if ((__GNUC__ == 3) && (__GNUC_MINOR__ < 4)) || (__GNUC__ < 3) -//#error "You must compile with at least GCC 3.4! If you know what you are doing, you can remove this message." +#error "You must compile with at least GCC 3.4! If you know what you are doing, you can remove this message." #endif //version check #endif //__GNUC__