additional information:
typedefs
inside symbols_find_typenames_as_string
--- ./src/symbols.c
+++ ./src/symbols.c.new
@@ -217,6 +217,8 @@
else
typedefs = app->tm_workspace->typename_array;
+printf("DEBUG: MARK_1 global: %i typedefs: (%i) typedefs->len: %i\n", global, typedefs, typedefs->len);
if ((typedefs) && (typedefs->len > 0))
{
const gchar *last_name = "";
As already written, typedefs->len shows always zero, for the attached pas source, 2 would be correct.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.