- vastly simplified curl api and renamed it to request api (not completely finished)
[m6w6/ext-http] / php_http_std_defs.h
index 186a8b0834098d4f3f5f750f202fe4a3efc707a2..ab80130ae11494d39cc277741bde32f7bcb11cd2 100644 (file)
@@ -155,7 +155,7 @@ typedef int STATUS;
        }
 /* }}} */
 
-#define HTTP_LONG_CONSTANT(name, const) REGISTER_LONG_CONSTANT(name, const, CONST_CS | CONST_PERSISTENT);
+#define HTTP_LONG_CONSTANT(name, const) REGISTER_LONG_CONSTANT(name, const, CONST_CS | CONST_PERSISTENT)
 
 /* {{{ objects & properties */
 #ifdef ZEND_ENGINE_2