]> granicus.if.org Git - php/commitdiff
- Add missing semi-colon.
authorAndi Gutmans <andi@php.net>
Sat, 29 Jun 2002 15:38:40 +0000 (15:38 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 29 Jun 2002 15:38:40 +0000 (15:38 +0000)
Zend/zend_language_parser.y

index ea8b781f69114b0c37cd4ac953a2132f4740bfb4..75e8679972aec391dec74bc0fe1039c6ff702bc0 100644 (file)
@@ -439,6 +439,7 @@ class_statement:
 is_reference:
                /* empty */     { $$.op_type = ZEND_RETURN_VAL; }
        |       '&'                     { $$.op_type = ZEND_RETURN_REF; }
+;
 
 class_variable_decleration:
                class_variable_decleration ',' T_VARIABLE                                       { zend_do_declare_property(&$3, NULL, $1.op_type TSRMLS_CC); }