summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2014-01-20 01:55:34 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2014-01-20 01:55:34 +0100
commit8075b3fe183df89351c323888c1019bef4d689b0 (patch)
tree4e20b3d4d6c8929c83ee04a754ba6426b3dcbb19 /demos
parent447299c13f05b6346aab1308254f108a2b6c35e8 (diff)
downloadgmp-8075b3fe183df89351c323888c1019bef4d689b0.tar.gz
demos/expr/expr-impl.h: remove #if related to varargs
Diffstat (limited to 'demos')
-rw-r--r--demos/expr/expr-impl.h10
1 files changed, 0 insertions, 10 deletions
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 <stdarg.h>
#include "expr.h"