Ignore:
Timestamp:
Aug 15, 2020, 12:03:20 AM (4 years ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
ef9988b
Parents:
74807be (diff), fb0ae06 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'new-ast' of plg.uwaterloo.ca:software/cfa/cfa-cc into new-ast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseargs.hfa

    r74807be r4fe6224  
    3131}
    3232
     33void parse_args( cfa_option options[], size_t opt_count, const char * usage, char ** & left );
    3334void parse_args( int argc, char * argv[], cfa_option options[], size_t opt_count, const char * usage, char ** & left );
    3435
     
    3940bool parse(const char *, const char * & );
    4041bool parse(const char *, unsigned & );
    41 bool parse(const char *, size_t & );
     42bool parse(const char *, unsigned long & );
     43bool parse(const char *, unsigned long long & );
    4244bool parse(const char *, int & );
Note: See TracChangeset for help on using the changeset viewer.