codetools: h2pas: added todo for unsigned/signed

git-svn-id: trunk@15225 -
This commit is contained in:
mattias 2008-05-25 13:08:43 +00:00
parent 53d28a00e4
commit 07802eab4d

View File

@ -346,6 +346,8 @@ begin
Add('signed int*','pcsint');
Add('unsigned int','cuint');
Add('unsigned int*','pcuint');
// ToDo: signed -> cint
// ToDo: unsigned -> cuint
// short
Add('short','cshort');
Add('short*','pcshort');