# HG changeset patch # User sheepluva # Date 1480982746 -3600 # Node ID 22bd1099d51f50871be701c20102307fdb4b3f77 # Parent 51596d30a7249201cbc0c30fd6e9ebabac758c34 fix pas2c definition of SizeInt diff -r 51596d30a724 -r 22bd1099d51f 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;