Parcourir la source

* cchartype suymbol

Michael VAN CANNEYT il y a 2 ans
Parent
commit
e80f7d4a9f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      compiler/symdef.pas

+ 1 - 0
compiler/symdef.pas

@@ -1163,6 +1163,7 @@ interface
        voidtype,                  { Void (procedure) }
        cansichartype,             { Char }
        cwidechartype,             { WideChar }
+       cchartype,                 { either cansichartype or cwidechartype. Do not free }
        pasbool1type,              { boolean type }
        pasbool8type,
        pasbool16type,