X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fopt-internal.h;h=21c67a6e16e5ff9a906631aa180fb31270727dee;hb=9160b9f6e7a235113bbe95364d0fc1a4ad247186;hp=99514c29a278016a1f938e9d45c427685ec42310;hpb=1bc3bb66e47ec02003658fb3040aef0ffd7b7540;p=libucw.git diff --git a/ucw/opt-internal.h b/ucw/opt-internal.h index 99514c29..21c67a6e 100644 --- a/ucw/opt-internal.h +++ b/ucw/opt-internal.h @@ -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; };