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
