Mercurial > hg > octave-nkf
diff src/parse.y @ 2987:ae20b3f37f5e
[project @ 1997-05-16 07:05:15 by jwe]
author | jwe |
---|---|
date | Fri, 16 May 1997 07:05:49 +0000 |
parents | 20f5cec4f11c |
children | 35bd1b05cfbe |
line wrap: on
line diff
--- a/src/parse.y +++ b/src/parse.y @@ -48,30 +48,7 @@ #include "toplev.h" #include "pager.h" #include "parse.h" -#include "pt-arg-list.h" -#include "pt-assign.h" -#include "pt-base.h" -#include "pt-binop.h" -#include "pt-cmd.h" -#include "pt-colon.h" -#include "pt-const.h" -#include "pt-decl.h" -#include "pt-except.h" -#include "pt-exp.h" -#include "pt-id.h" -#include "pt-idx.h" -#include "pt-indir.h" -#include "pt-jump.h" -#include "pt-loop.h" -#include "pt-mat.h" -#include "pt-misc.h" -#include "pt-plot.h" -#include "pt-pr-code.h" -#include "pt-select.h" -#include "pt-stmt.h" -#include "pt-unop.h" -#include "pt-pr-code.h" -#include "pt-walk.h" +#include "pt-all.h" #include "symtab.h" #include "token.h" #include "utils.h"