mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:19:19 +02:00
codetools: h2pas: added todo for unsigned/signed
git-svn-id: trunk@15225 -
This commit is contained in:
parent
53d28a00e4
commit
07802eab4d
@ -346,6 +346,8 @@ begin
|
|||||||
Add('signed int*','pcsint');
|
Add('signed int*','pcsint');
|
||||||
Add('unsigned int','cuint');
|
Add('unsigned int','cuint');
|
||||||
Add('unsigned int*','pcuint');
|
Add('unsigned int*','pcuint');
|
||||||
|
// ToDo: signed -> cint
|
||||||
|
// ToDo: unsigned -> cuint
|
||||||
// short
|
// short
|
||||||
Add('short','cshort');
|
Add('short','cshort');
|
||||||
Add('short*','pcshort');
|
Add('short*','pcshort');
|
||||||
|
Loading…
Reference in New Issue
Block a user