From a41f345980116b53c986a9a4ead17a87ae24e8a6 Mon Sep 17 00:00:00 2001 From: juha Date: Thu, 31 Aug 2017 10:15:40 +0000 Subject: [PATCH] jcf2: Support "specialize" keyword. Issue #31348, patch from delfion. git-svn-id: trunk@55765 - --- components/jcf2/Parse/BuildParseTree.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/jcf2/Parse/BuildParseTree.pas b/components/jcf2/Parse/BuildParseTree.pas index 65af1ca93c..c46987b102 100644 --- a/components/jcf2/Parse/BuildParseTree.pas +++ b/components/jcf2/Parse/BuildParseTree.pas @@ -335,6 +335,9 @@ begin while lbMore do begin + if fcTokenList.FirstSolidTokenType = ttSpecialize then + Recognise(ttSpecialize); + RecogniseDottedName; if fcTokenList.FirstSolidTokenType = ttLessThan then begin