summaryrefslogtreecommitdiff
path: root/gdb/macrotab.h
Commit message (Collapse)AuthorAgeFilesLines
* * macrotab.h (struct macro_source_file): Doc fix.Jim Blandy2002-11-061-0/+9
|
* * macrotab.h: Do not include "obstack.h" or "bcache.h".Andrew Cagney2002-06-281-2/+2
| | | | | (struct obstack, struct bcache): Add opaque declarations. * Makefile.in (macrotab_h): Update
* Add first preprocessor macro-expansion files.Jim Blandy2002-05-131-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.