{ NULL, no_argument, NULL, '\0' }
};/* cmdlineOptions */
-#line 502 "${template}"
+#line 504 "${template}"
// static void preemptGetopt(int& argc, char**& argv, const char* opt) {
switch(c) {
${all_modules_option_handlers}
-#line 724 "${template}"
+#line 726 "${template}"
case ':':
// This can be a long or short option, and the way to get at the
static const char* smtOptions[] = {
${all_modules_smt_options},
-#line 802 "${template}"
+#line 804 "${template}"
NULL
};/* smtOptions[] */
${all_modules_get_options}
-#line 824 "${template}"
+#line 826 "${template}"
return opts;
}