Add a few missing G_GNUC_CONST's.

Add a few missing G_GNUC_CONST's.
This commit is contained in:
Elliot Lee
2000-09-25 21:28:14 +00:00
parent 8dd96cd0b7
commit 723ef16447
14 changed files with 44 additions and 20 deletions

View File

@@ -55,7 +55,7 @@ struct _GRealArray
g_array_elt_zero ((array), (array)->len, 1); \
}G_STMT_END
static gint g_nearest_pow (gint num);
static gint g_nearest_pow (gint num) G_GNUC_CONST;
static void g_array_maybe_expand (GRealArray *array,
gint len);