aboutsummaryrefslogtreecommitdiff
path: root/gdb/macrotab.h
AgeCommit message (Collapse)AuthorFilesLines
2002-11-06* macrotab.h (struct macro_source_file): Doc fix.Jim Blandy1-0/+9
2002-06-28* macrotab.h: Do not include "obstack.h" or "bcache.h".Andrew Cagney1-2/+2
(struct obstack, struct bcache): Add opaque declarations. * Makefile.in (macrotab_h): Update
2002-05-13Add first preprocessor macro-expansion files.Jim Blandy1-0/+295
* macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files. * Makefile.in (SFILES): Add macrotab.c, macroexp.c. (splay_tree_h, macroexp_h, macrotab_h): New variable. (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h. (COMMON_OBS): Add macrotab.o, macroexp.o. (macroexp.o, macrotab.o): New rules.