diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-04-25 22:28:15 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-04-25 22:28:15 -0600 |
commit | 3c37bf39733bb53267b046c5f0aafbffeb738990 (patch) | |
tree | 633943f2dcf26d9fec2c7f93cb8462f68982a35a /dimension/parse.h | |
parent | 13e11b2fafe60cad7d04d80c602adc12d6080036 (diff) | |
download | dimension-3c37bf39733bb53267b046c5f0aafbffeb738990.tar.xz |
Implement adaptive depth control.
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h index 4471edf..a357324 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -31,6 +31,7 @@ typedef enum { DMNSN_AST_NONE, DMNSN_AST_GLOBAL_SETTINGS, + DMNSN_AST_ADC_BAILOUT, DMNSN_AST_ASSUMED_GAMMA, DMNSN_AST_CHARSET, DMNSN_AST_ASCII, |