> tag->extensionFields.signature = arglist; > tag->extensionFields.varType = vartype; > } > - else > - initTagEntry (tag, NULL);
Ah right, I somehow thought this was makeTagEntry() and was wondering why there's a tag created with a NULL name (and name is then later checked in makePascalTag() and based on that the tag is created or not). I'll use the code from uctags. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1160/files/359c60b81b8d80af4551f638b2b8c894066cd82c..4fbd38f6904a9ba93b1961a10d9d977bb83d277c#r73535849
