]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/opt-internal.h
Merge branch 'master' into dev-table
[libucw.git] / ucw / opt-internal.h
index 99514c29a278016a1f938e9d45c427685ec42310..21c67a6e16e5ff9a906631aa180fb31270727dee 100644 (file)
@@ -30,7 +30,7 @@ struct opt_context {
   int hook_count;
   int positional_max;
   int positional_count;
-  bool stop_parsing;
+  int stop_parsing;
   enum opt_conf_state conf_state;
 };