From: Andrei Zmievski Date: Wed, 2 Apr 2003 18:15:08 +0000 (+0000) Subject: Simplify. X-Git-Tag: RELEASE_0_5~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1885d008613271d9895ead6d795c944de57ed9ce;p=php Simplify. --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 20eb0fcfcc..82d51b0fce 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -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;