Changeset 8 for trunk/Compiler/USourceCode.pas
- Timestamp:
- Nov 8, 2010, 7:06:20 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Compiler/USourceCode.pas
r7 r8 15 15 16 16 TNodeType = (ntNone, ntVariable, ntFunction, ntConstant, ntOperator, 17 ntValue, ntTypecast );17 ntValue, ntTypecast, ntType); 18 18 19 19 TTypeVisibility = (tvPublic, tvPublished, tvPrivate, tvProtected);
Note:
See TracChangeset
for help on using the changeset viewer.