From 073fe74600474a508d42e73ed8073d766922e423 Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 23 Feb 2005 18:58:12 +0000 Subject: [PATCH] various "64bit" fixes (mostly templates) excluding introduction of varargs Andreas Gruenbacher --- lib/neatogen/defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/neatogen/defs.h b/lib/neatogen/defs.h index e90473b63..6ee65a16a 100644 --- a/lib/neatogen/defs.h +++ b/lib/neatogen/defs.h @@ -69,6 +69,7 @@ extern "C" { return x == other.x && y == other.y; }}; #else +#undef inline #define inline #define NOTUSED(var) (void) var -- 2.40.0