mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-10 13:03:18 +01:00
genmarshal: Constify global variables
https://bugzilla.gnome.org/show_bug.cgi?id=781755
This commit is contained in:
@@ -120,8 +120,8 @@ static const GScannerConfig scanner_config_template =
|
|||||||
FALSE /* symbol_2_token */,
|
FALSE /* symbol_2_token */,
|
||||||
FALSE /* scope_0_fallback */,
|
FALSE /* scope_0_fallback */,
|
||||||
};
|
};
|
||||||
static gchar * const std_marshaller_prefix = "g_cclosure_marshal";
|
static const char *std_marshaller_prefix = "g_cclosure_marshal";
|
||||||
static gchar *marshaller_prefix = "g_cclosure_user_marshal";
|
static const char *marshaller_prefix = "g_cclosure_user_marshal";
|
||||||
static gchar *output_fn = NULL;
|
static gchar *output_fn = NULL;
|
||||||
static gint output_fd = -1;
|
static gint output_fd = -1;
|
||||||
static gchar *output_tmpfn = NULL;
|
static gchar *output_tmpfn = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user