]> granicus.if.org Git - graphviz/commitdiff
various "64bit" fixes (mostly templates) excluding introduction of varargs
authorellson <devnull@localhost>
Wed, 23 Feb 2005 18:58:12 +0000 (18:58 +0000)
committerellson <devnull@localhost>
Wed, 23 Feb 2005 18:58:12 +0000 (18:58 +0000)
Andreas Gruenbacher <agruen@suse.de>

lib/neatogen/defs.h

index e90473b632eeb0f689289ab3da415dd07228efb8..6ee65a16aca3665e6156208c9c46caac45a16894 100644 (file)
@@ -69,6 +69,7 @@ extern "C" {
            return x == other.x && y == other.y;
     }};
 #else
+#undef inline
 #define inline
 #define NOTUSED(var)      (void) var