Browse Source

undo char default value

Matheus Catarino 8 months ago
parent
commit
0cc85f05fe
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bindgen/gen_d.py

+ 0 - 1
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',