]> granicus.if.org Git - php/commitdiff
Fixed typo
authorDmitry Stogov <dmitry@zend.com>
Mon, 10 Aug 2015 14:57:49 +0000 (17:57 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 10 Aug 2015 14:57:49 +0000 (17:57 +0300)
Zend/zend_vm_gen.php

index ed194486a4a121b87dd7bcdf8541e4bb5809bb66..cb4ac8433b1a9c38a449ffc68ceb28d378fd76d0 100644 (file)
@@ -1133,7 +1133,7 @@ function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name)
                                                        out($f,"#undef DCL_OPLINE\n");
                                                        out($f,"#undef USE_OPLINE\n");
                                                        out($f,"#undef LOAD_OPLINE\n");
-                                                       out($f,"#undef LOAD_NEXT_OPLINE()\n");
+                                                       out($f,"#undef LOAD_NEXT_OPLINE\n");
                                                        out($f,"#undef SAVE_OPLINE\n");
                                                        out($f,"#define OPLINE opline\n");
                                                        out($f,"#define DCL_OPLINE const zend_op *opline;\n");
@@ -1634,7 +1634,7 @@ function gen_vm($def, $skel) {
                out($f,"#undef DCL_OPLINE\n");
                out($f,"#undef USE_OPLINE\n");
                out($f,"#undef LOAD_OPLINE\n");
-               out($f,"#undef LOAD_NEXT_OPLINE()\n");
+               out($f,"#undef LOAD_NEXT_OPLINE\n");
                out($f,"#undef SAVE_OPLINE\n");
                out($f,"#define OPLINE EX(opline)\n");
                out($f,"#define DCL_OPLINE\n");