fix pas2c definition of SizeInt
authorsheepluva
Tue, 06 Dec 2016 01:05:46 +0100
changeset 12103 22bd1099d51f
parent 12102 51596d30a724
child 12104 f61bd25b9f70
fix pas2c definition of SizeInt
project_files/hwc/rtl/pas2c.h
--- a/project_files/hwc/rtl/pas2c.h	Sun Dec 04 02:02:18 2016 +0100
+++ b/project_files/hwc/rtl/pas2c.h	Tue Dec 06 01:05:46 2016 +0100
@@ -65,7 +65,7 @@
 typedef wchar_t widechar;
 typedef wchar_t* PWideChar;
 typedef char Char;
-typedef LongInt SizeInt;
+typedef PtrInt SizeInt;
 typedef char ** PPChar;
 typedef Word* PWord;