From a262a8296f0547f6d94e56fbfb98d182c62aa958 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 22 Oct 2015 00:26:29 +0200 Subject: [PATCH] updated comment about possible invalid dcd symbol kind, keep protection in case of... --- src/ce_dcd.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ce_dcd.pas b/src/ce_dcd.pas index 0453b241..4908715a 100644 --- a/src/ce_dcd.pas +++ b/src/ce_dcd.pas @@ -327,7 +327,8 @@ begin 't': item += ' (template) '; 'T': item += ' (mixin) '; // see https://github.com/Hackerpilot/dsymbol/blob/master/src/dsymbol/symbol.d#L47 - '*', '?': continue; // internal DCD stuff, said not to happen but actually it does (e.g invoke DCD after $i) + '*', '?': continue; // internal DCD stuff, said not to happen but actually it did + // https://github.com/Hackerpilot/DCD/issues/261 end; aList.Add(item); end;