VirtualBox

Changeset 41559 in vbox for trunk/include


Ignore:
Timestamp:
Jun 4, 2012 12:57:02 AM (13 years ago)
Author:
vboxsync
Message:

DBGC: More parser fixes, added comma (,) as a argument separator (in addition to space and tab). Not entirely perfect yet for trailing, but who cares.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r41558 r41559  
    21222122/** Syntax error - too many arguments for static storage. */
    21232123#define VERR_DBGC_PARSE_ARGUMENT_OVERFLOW           (VERR_DBGC_PARSE_LOWEST + 2)
     2124/** Syntax error - expected binary operator. */
     2125#define VERR_DBGC_PARSE_EXPECTED_BINARY_OP          (VERR_DBGC_PARSE_LOWEST + 3)
    21242126
    21252127/** Syntax error - the argument does not allow a range to be specified. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette