[phc-internals] [phc commit] r1477 - in trunk/src: generated
generated_src
codesite-noreply at google.com
codesite-noreply at google.com
Sat Jul 26 12:36:48 IST 2008
Author: paul.biggar
Date: Sat Jul 26 04:30:20 2008
New Revision: 1477
Modified:
trunk/src/generated/cmdline.c
trunk/src/generated_src/phc.ggo
Log:
--include should not be a hidden option.
Modified: trunk/src/generated/cmdline.c
==============================================================================
--- trunk/src/generated/cmdline.c (original)
+++ trunk/src/generated/cmdline.c Sat Jul 26 04:30:20 2008
@@ -1,7 +1,7 @@
/*
File autogenerated by gengetopt version 2.22
generated with the following command:
- /usr/local/bin/gengetopt --unamed-opts
--input=src/generated_src/phc.ggo --file-name=src/generated/cmdline
+ /usr/bin/gengetopt --unamed-opts --input=src/generated_src/phc.ggo --file-name=src/generated/cmdline
The developers of gengetopt consider the fixed text that goes in all
gengetopt output files to be in the public domain:
@@ -85,21 +85,22 @@
gengetopt_args_info_help[9] = gengetopt_args_info_full_help[9];
gengetopt_args_info_help[10] = gengetopt_args_info_full_help[10];
gengetopt_args_info_help[11] = gengetopt_args_info_full_help[11];
- gengetopt_args_info_help[12] = gengetopt_args_info_full_help[14];
- gengetopt_args_info_help[13] = gengetopt_args_info_full_help[15];
- gengetopt_args_info_help[14] = gengetopt_args_info_full_help[17];
- gengetopt_args_info_help[15] = gengetopt_args_info_full_help[19];
- gengetopt_args_info_help[16] = gengetopt_args_info_full_help[20];
- gengetopt_args_info_help[17] = gengetopt_args_info_full_help[21];
- gengetopt_args_info_help[18] = gengetopt_args_info_full_help[22];
- gengetopt_args_info_help[19] = gengetopt_args_info_full_help[23];
- gengetopt_args_info_help[20] = gengetopt_args_info_full_help[27];
- gengetopt_args_info_help[21] = gengetopt_args_info_full_help[28];
- gengetopt_args_info_help[22] = 0;
+ gengetopt_args_info_help[12] = gengetopt_args_info_full_help[13];
+ gengetopt_args_info_help[13] = gengetopt_args_info_full_help[14];
+ gengetopt_args_info_help[14] = gengetopt_args_info_full_help[15];
+ gengetopt_args_info_help[15] = gengetopt_args_info_full_help[17];
+ gengetopt_args_info_help[16] = gengetopt_args_info_full_help[19];
+ gengetopt_args_info_help[17] = gengetopt_args_info_full_help[20];
+ gengetopt_args_info_help[18] = gengetopt_args_info_full_help[21];
+ gengetopt_args_info_help[19] = gengetopt_args_info_full_help[22];
+ gengetopt_args_info_help[20] = gengetopt_args_info_full_help[23];
+ gengetopt_args_info_help[21] = gengetopt_args_info_full_help[27];
+ gengetopt_args_info_help[22] = gengetopt_args_info_full_help[28];
+ gengetopt_args_info_help[23] = 0;
}
-const char *gengetopt_args_info_help[23];
+const char *gengetopt_args_info_help[24];
typedef enum {ARG_NO
, ARG_FLAG
Modified: trunk/src/generated_src/phc.ggo
==============================================================================
--- trunk/src/generated_src/phc.ggo (original)
+++ trunk/src/generated_src/phc.ggo Sat Jul 26 04:30:20 2008
@@ -11,7 +11,7 @@
section "INPUT OPTIONS"
option "read-xml" - "Assume the input is in XML format. Start
processing after the named pass" string typestr="passname" optional
option "no-validation" - "Toggle XML validation" flag on hidden
-option "include" - "Parse included or required files at compile-time"
flag off hidden
+option "include" - "Parse included or required files at compile-time"
flag off
section "COMPILATION OPTIONS"
option "c-option" C "Pass option to the C compile (e.g., -C-g; can be
specified multiple times)" string no multiple
More information about the phc-internals
mailing list