Make-lang.in: Update.

2003-06-08  Neil Booth  <neil@daikokuya.co.uk>

	* Make-lang.in: Update.
	* misc.c: Include opts.h. Define cl_options_count and cl_options.

From-SVN: r67623
This commit is contained in:
Neil Booth 2003-06-08 12:24:23 +00:00 committed by Andreas Jaeger
parent 22e494a0ae
commit a165c30201
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-06-08 Neil Booth <neil@daikokuya.co.uk>
* Make-lang.in: Update.
* misc.c: Include opts.h. Define cl_options_count and cl_options.
2003-06-07 Neil Booth <neil@daikokuya.co.uk>
* misc.c (gnat_init_options): Update.

View File

@ -1014,7 +1014,7 @@ ada/misc.o : ada/misc.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
diagnostic.h output.h except.h $(TM_P_H) langhooks.h debug.h $(LANGHOOKS_DEF_H) \
libfuncs.h $(OPTABS_H) ada/ada.h ada/types.h ada/atree.h ada/nlists.h \
ada/elists.h ada/sinfo.h ada/einfo.h ada/namet.h ada/stringt.h ada/uintp.h \
ada/fe.h $(ADA_TREE_H) ada/gigi.h ada/adadecode.h
ada/fe.h $(ADA_TREE_H) ada/gigi.h ada/adadecode.h opts.h
ada/targtyps.o : ada/targtyps.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
ada/ada.h ada/types.h ada/atree.h ada/nlists.h ada/elists.h ada/uintp.h \

View File

@ -74,10 +74,13 @@
#include "ada-tree.h"
#include "gigi.h"
#include "adadecode.h"
#include "opts.h"
extern FILE *asm_out_file;
extern int save_argc;
extern char **save_argv;
const unsigned int cl_options_count;
const struct cl_option cl_options[1];
static size_t gnat_tree_size PARAMS ((enum tree_code));
static bool gnat_init PARAMS ((void));