Changeset 78 for branches/Transpascal/Compiler/USourceCode.pas
- Timestamp:
- Oct 22, 2010, 11:34:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Compiler/USourceCode.pas
r77 r78 170 170 end; 171 171 172 TTypeSubRange = class(TType) 173 Bottom: Variant; 174 Top: Variant; 175 end; 176 172 177 TTypeArray = class(TType) 173 178 IndexType: TType;
Note:
See TracChangeset
for help on using the changeset viewer.