neslib / Chet

C Header Translator for Delphi
BSD 2-Clause "Simplified" License
207 stars 44 forks source link

Ignore List does not exclude function symbols #11

Closed jarroddavis68 closed 2 years ago

jarroddavis68 commented 2 years ago

I added

if FSymbolsToIgnore.ContainsKey(ACursor.Spelling) then
  Exit;

to the top of

procedure THeaderTranslator.WriteFunction(const ACursor: TCursor);

Which now seems to properly ignore function symbols as well. Can you please verify?

Thanks

neslib commented 2 years ago

Good catch. I forgot about this one. Should be fixed now.