]> granicus.if.org Git - php/commitdiff
fix build (hopefully for BSD, too)
authorMarcus Boerger <helly@php.net>
Thu, 11 Apr 2002 07:28:24 +0000 (07:28 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 11 Apr 2002 07:28:24 +0000 (07:28 +0000)
main/snprintf.c

index 3d263184299d4360b552337d82fb0656b90e8666..f4cd19838d50e6cb64417d4811271751e54ec7d1 100644 (file)
@@ -251,9 +251,6 @@ char *
        return (p);
 }
 
-#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) || defined(BROKEN_SNPRINTF) || defined(BROKEN_VSNPRINTF)
-
-
 #ifdef HAVE_GCVT
 
 #define ap_php_ecvt ecvt
@@ -426,6 +423,8 @@ char *
 
 #endif                                                 /* HAVE_CVT */
 
+#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) || defined(BROKEN_SNPRINTF) || defined(BROKEN_VSNPRINTF)
+
 /*
  * NUM_BUF_SIZE is the size of the buffer used for arithmetic conversions
  *