diff options
Diffstat (limited to 'feature_to_c.sh')
-rw-r--r-- | feature_to_c.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/feature_to_c.sh b/feature_to_c.sh index e36638d18d..bce77b6f52 100644 --- a/feature_to_c.sh +++ b/feature_to_c.sh @@ -65,6 +65,7 @@ for input; do done echo >> $output +echo "extern const char *const xml_builtin[][2];" >> $output echo "const char *const xml_builtin[][2] = {" >> $output for input; do |