jcf2: Support "specialize" keyword. Issue #31348, patch from delfion.

git-svn-id: trunk@55765 -
This commit is contained in:
juha 2017-08-31 10:15:40 +00:00
parent 828eced700
commit a41f345980

View File

@ -335,6 +335,9 @@ begin
while lbMore do
begin
if fcTokenList.FirstSolidTokenType = ttSpecialize then
Recognise(ttSpecialize);
RecogniseDottedName;
if fcTokenList.FirstSolidTokenType = ttLessThan then
begin