From 8075b3fe183df89351c323888c1019bef4d689b0 Mon Sep 17 00:00:00 2001 From: Marco Bodrato Date: Mon, 20 Jan 2014 01:55:34 +0100 Subject: demos/expr/expr-impl.h: remove #if related to varargs --- demos/expr/expr-impl.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'demos') diff --git a/demos/expr/expr-impl.h b/demos/expr/expr-impl.h index ce9ea43e2..f791e5f59 100644 --- a/demos/expr/expr-impl.h +++ b/demos/expr/expr-impl.h @@ -17,16 +17,6 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ - -/* Same tests as gmp.h. */ -#if defined (__STDC__) \ - || defined (__cplusplus) \ - || defined (_AIX) \ - || defined (__DECC) \ - || (defined (__mips) && defined (_SYSTYPE_SVR4)) \ - || defined (_MSC_VER) \ - || defined (_WIN32) - #include #include "expr.h" -- cgit v1.2.1