X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCargs.h;h=5a143d6ffa8786e35a4e37655f021488bdf684bd;hb=3bd25d75bcad68055bb616dcc29dde8a2965965e;hp=dc8c3ff5a64fdb356a4d612611d37352a45282a3;hpb=4f741ecd40916887fb37222f5faf9caa9af82464;p=fw%2Fsdcc diff --git a/src/SDCCargs.h b/src/SDCCargs.h index dc8c3ff5..5a143d6f 100644 --- a/src/SDCCargs.h +++ b/src/SDCCargs.h @@ -24,18 +24,18 @@ /** Definition of the structures used by the options parser. The port may implement one of these for any options it wants parsed - automatically. + automatically. */ #ifndef SDCCARGS_H #define SDCCARGS_H /** Specifies option argument types. */ enum cl_opt_arg_type { - /* */ - CLAT_BOOLEAN, + CLAT_BOOLEAN = 0, /* has to be zero! */ CLAT_INTEGER, CLAT_STRING, - CLAT_SET + CLAT_SET, + CLAT_ADD_SET }; /** Table of all options supported by all ports.