]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
sigh. "define" -> "defined". never make trivial changes without retesting.
authorDavid Lawrence <source@isc.org>
Tue, 26 Dec 2000 21:06:49 +0000 (21:06 +0000)
committerDavid Lawrence <source@isc.org>
Tue, 26 Dec 2000 21:06:49 +0000 (21:06 +0000)
lib/isc/include/isc/print.h

index 5eaad18e9c100f10d414e43e81e393063ff138c3..7dd100e7e5e2569454f98a5faf67e06d93f820d8 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: print.h,v 1.12 2000/12/26 21:00:40 tale Exp $ */
+/* $Id: print.h,v 1.13 2000/12/26 21:06:49 tale Exp $ */
 
 #ifndef ISC_PRINT_H
 #define ISC_PRINT_H 1
@@ -34,7 +34,7 @@
  * not compile print.c or archive print.o, so this is just to make test
  * compilation ("make print.o") easier.
  */
-#if !defined(ISC_PLATFORM_NEEDVSNPRINTF) && define(ISC__PRINT_SOURCE)
+#if !defined(ISC_PLATFORM_NEEDVSNPRINTF) && defined(ISC__PRINT_SOURCE)
 #define ISC_PLATFORM_NEEDVSNPRINTF
 #endif