Miscellaneous portability fixes.

-Yosh
This commit is contained in:
Manish Singh
1998-01-02 03:36:27 +00:00
parent 26c35927f7
commit 92610dafdb
13 changed files with 46 additions and 17 deletions

View File

@ -42,7 +42,7 @@ static GMemChunk *array_mem_chunk = NULL;
GArray*
g_array_new (zero_terminated)
g_array_new (gint zero_terminated)
{
GRealArray *array;