]> granicus.if.org Git - php/commitdiff
Simplify.
authorAndrei Zmievski <andrei@php.net>
Wed, 2 Apr 2003 18:15:08 +0000 (18:15 +0000)
committerAndrei Zmievski <andrei@php.net>
Wed, 2 Apr 2003 18:15:08 +0000 (18:15 +0000)
Zend/zend_compile.h

index 20eb0fcfcce83e980cdf4b35aa967388fd99ebe1..82d51b0fce5465f6e1c89c90f5f4c41b46efbdc5 100644 (file)
 #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;