From: George Schlossnagle Date: Thu, 10 Apr 2003 03:11:27 +0000 (+0000) Subject: One line fix so that it will compile X-Git-Tag: RELEASE_0_5~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd090f4a773b0b4736aa25cdab7c933b52be9707;p=php One line fix so that it will compile --- diff --git a/Zend/zend_language_parser.y b/Zend/zend_language_parser.y index accb9641bb..331015076f 100644 --- a/Zend/zend_language_parser.y +++ b/Zend/zend_language_parser.y @@ -143,6 +143,7 @@ %token T_PAAMAYIM_NEKUDOTAYIM %token T_IMPORT T_FROM %token T_NAMESPACE +%token T_NAMESPACE_NAME %% /* Rules */