summaryrefslogtreecommitdiffhomepage
path: root/types.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-05-26 07:40:21 +0200
committerGitHub <noreply@github.com>2021-05-26 07:40:21 +0200
commitdaef8b35f421c5481116c27fa5132881549a76a6 (patch)
tree02084ca6771d425cef509d0a5504a5591dcdb7fd /types.h
parentc706eb101934ec05a1aa0fa75ab79f8b1ba405e8 (diff)
parent9874562545d93582a75bc2e6d58fc772e981a3ba (diff)
Merge pull request #14 from jow-/refactor
Refactoring & raw code mode support
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 3aaf8bc..a4377ad 100644
--- a/types.h
+++ b/types.h
@@ -205,6 +205,7 @@ typedef struct {
bool lstrip_blocks;
bool trim_blocks;
bool strict_declarations;
+ bool raw_mode;
} uc_parse_config;