]> granicus.if.org Git - graphviz/commitdiff
Fix preprocessor directives
authorerg <devnull@localhost>
Fri, 12 Jun 2009 20:47:04 +0000 (20:47 +0000)
committererg <devnull@localhost>
Fri, 12 Jun 2009 20:47:04 +0000 (20:47 +0000)
lib/common/ps_fontmap.txt

index 0f980cc990163132b77d2e7f4a214109d6a5db33..dc242c53af0f22dfaf67468b76e8d7d227ce0c43 100644 (file)
@@ -1,9 +1,6 @@
 #ifdef DARWIN
 #define TIMES "Times"
-#elseifdef WIN32
-#define TIMES "Times"
-#else
-#ifdef WIN32
+#elif defined(WIN32)
 #define TIMES "Times New Roman"
 #else
 #define TIMES "Times Roman"