]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/parser.y
chmod is not available in VisualAge
[wxWidgets.git] / src / common / parser.y
index 591c10c5513c28f21bfad922151db6c56f11644e..6cca59c6e772f35839164549036c324441d16fe0 100644 (file)
@@ -78,8 +78,6 @@ command       :       WORD PERIOD
 
 expr   :       WORD OPEN arglist CLOSE 
                        {$$ = proio_cons(wxmake_word($1), $3); free($1);}
-       |       OPEN_SQUARE CLOSE_SQUARE
-                        {$$ = proio_cons(NULL, NULL);}
        |       OPEN_SQUARE arglist CLOSE_SQUARE
                        {$$ = $2; }
        ;