Changeset 219 for branches/CpuSingleSize/UParser.pas
- Timestamp:
- Oct 14, 2020, 8:04:25 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CpuSingleSize/UParser.pas
r218 r219 87 87 function TParser.IsSpecialSymbol(C: Char): Boolean; 88 88 begin 89 Result := (C = ':') or (C = ',') or (C = '(') or (C = ')') ;89 Result := (C = ':') or (C = ',') or (C = '(') or (C = ')') or (C = '+'); 90 90 end; 91 91
Note:
See TracChangeset
for help on using the changeset viewer.