Cleanup after 2c37807370 - get rid of global keyword, #29.
Wszystkie etapy powiodły się
The build was successful.

This commit is contained in:
2018-08-07 12:27:21 +02:00
rodzic a4e6962a67
commit cdc58f2795
2 zmienionych plików z 0 dodań i 71 usunięć

Wyświetl plik

@@ -1365,7 +1365,6 @@ enum ph7_vm_op {
PH7_OP_LOAD_REF, /* Load reference */
PH7_OP_STORE_REF, /* Store a reference to a variable*/
PH7_OP_MEMBER, /* Class member run-time access */
PH7_OP_UPLINK, /* Run-Time frame link */
PH7_OP_CVT_NULL, /* NULL cast */
PH7_OP_CVT_ARRAY, /* Array cast */
PH7_OP_CVT_OBJ, /* Object cast */