[Github-comments] [geany/geany] Sync ctags main part (#1263)
Jiří Techet
notifications at xxxxx
Thu Feb 16 19:39:38 UTC 2017
techee commented on this pull request.
> @@ -27,6 +27,17 @@
/*
* DATA DEFINITIONS
*/
+
+struct corkPair {
+ int index;
+};
I kept the struct, just renamed it to corkInfo (int corkIndex is already used at various places in functions and I couldn't think of any good name). Will be replaced by the new parser anyway.
--
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/1263#discussion_r101608219
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170216/0005d9df/attachment.html>
More information about the Github-comments
mailing list