FFI: Ignore number parsing errors while skipping definitions.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#define CPARSE_MODE_DIRECT 4 /* Accept direct declarators. */
|
||||
#define CPARSE_MODE_FIELD 8 /* Accept field width in bits, too. */
|
||||
#define CPARSE_MODE_NOIMPLICIT 16 /* Reject implicit declarations. */
|
||||
#define CPARSE_MODE_SKIP 32 /* Skip definitions, ignore errors. */
|
||||
|
||||
typedef int CPChar; /* C parser character. Unsigned ext. from char. */
|
||||
typedef int CPToken; /* C parser token. */
|
||||
|
||||
Reference in New Issue
Block a user