[Gmp-commit] /var/hg/gmp: demos/expr/expr-impl.h: remove #if related to varargs

mercurial at gmplib.org mercurial at gmplib.org
Mon Jan 20 00:55:39 UTC 2014


details:   /var/hg/gmp/rev/d343ca803108
changeset: 16238:d343ca803108
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Mon Jan 20 01:55:34 2014 +0100
description:
demos/expr/expr-impl.h: remove #if related to varargs

diffstat:

 demos/expr/expr-impl.h |  10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diffs (20 lines):

diff -r 93affefd1a01 -r d343ca803108 demos/expr/expr-impl.h
--- a/demos/expr/expr-impl.h	Sun Jan 19 21:43:22 2014 +0100
+++ b/demos/expr/expr-impl.h	Mon Jan 20 01:55:34 2014 +0100
@@ -17,16 +17,6 @@
 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"


More information about the gmp-commit mailing list