> @@ -35,6 +35,14 @@
> #include "tm_source_file.h"
> #include "tm_tag.h"
>
> +typedef struct
> +{
> + TMSourceFile public;
> + gint refcount;
> +} TMSourceFilePriv;
> +
> +#define SOURCE_FILE_NEW(S) ((S) = g_slice_new(TMSourceFilePriv))
> +#define SOURCE_FILE_FREE(S) g_slice_free(TMSourceFilePriv, (TMSourceFilePriv
> *) S)my bad, twice, so maybe --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/839/files#r48299378
