1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 05:21:02 +02:00

Simplify.

This commit is contained in:
Andrei Zmievski
2003-04-02 18:15:08 +00:00
parent 7627bf7b36
commit 1885d00861

View File

@@ -42,10 +42,10 @@
#define HANDLE_INTERACTIVE() if (CG(interactive)) { execute_new_code(TSRMLS_C); }
#define RESET_DOC_COMMENT() \
do { \
{ \
CG(doc_comment) = NULL; \
CG(doc_comment_len) = 0; \
} while (0)
}
typedef struct _zend_op_array zend_op_array;
typedef struct _zend_op zend_op;