diff options
| author | Matheus Catarino <matheus-catarino@hotmail.com> | 2025-01-12 12:48:29 -0300 |
|---|---|---|
| committer | Matheus Catarino <matheus-catarino@hotmail.com> | 2025-01-12 12:48:29 -0300 |
| commit | 0cc85f05fe65ead761a20fc93c9691bc5dba99b1 (patch) | |
| tree | f0c542bdb6df07897523fbf2a330171fa4f2604b /bindgen/gen_d.py | |
| parent | 0792395930149c4e19f87faf0a80e3e7a352b153 (diff) | |
undo char default value
Diffstat (limited to 'bindgen/gen_d.py')
| -rw-r--r-- | bindgen/gen_d.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bindgen/gen_d.py b/bindgen/gen_d.py index 86851c63..f7e57503 100644 --- a/bindgen/gen_d.py +++ b/bindgen/gen_d.py @@ -93,7 +93,6 @@ prim_types = { prim_defaults = { 'int': '0', 'bool': 'false', - 'char': '0', 'int8_t': '0', 'uint8_t': '0', 'int16_t': '0', |