OSDN Git Service

* treetree.c: Remove cl_options-count and cl_options.
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jun 2003 15:15:40 +0000 (15:15 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jun 2003 15:15:40 +0000 (15:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67834 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/treelang/ChangeLog
gcc/treelang/treetree.c

index c5c063b..933d8fb 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-12  Andreas Jaeger  <aj@suse.de>
+
+       * treetree.c: Remove cl_options-count and cl_options.
+
 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
 
        * Make-lang.in: Update for option handling.
index 904616d..d6720cb 100644 (file)
@@ -75,8 +75,6 @@
 #include "treetree.h"
 #include "opts.h"
 
-const unsigned int cl_options_count;
-const struct cl_option cl_options[1];
 extern int option_main;
 extern char **file_names;