From ce8b595ff2b000ecc62a8e5c585eb02ae20ff9c0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 4 Feb 2013 00:20:41 +0100 Subject: [PATCH] Yes, that's what you are SUPPOSED to do in this case: ERROR, not default to crap --- opts.def | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/opts.def b/opts.def index 0b4af5b..90e6fce 100644 --- a/opts.def +++ b/opts.def @@ -22,11 +22,7 @@ * SOFTWARE. */ #ifndef GMQCC_DEFINE_FLAG -# ifdef GMQCC_TYPE_OPTIMIZATIONS -# define GMQCC_DEFINE_FLAG(X, Y, Z) -# else -# define GMQCC_DEFINE_FLAG(X, Y) -# endif /* !GMQCC_TYPE_OPTIMIZATIONS */ +# error "bad opts.def usage" #endif /* codegen flags */ -- 2.39.2