see if CC needs -posix (for NeXTStep)

* configure.in: see if CC needs -posix (for NeXTStep)

* app/channels_dialog.c: added clarifying {}'s around if block

* app/gimpbrushlist.c: #if 0'd out some dead code

* plug-ins/script-fu/script-fu-server.c: removed unused variable declaration

-Yosh
This commit is contained in:
Manish Singh
1998-09-06 20:05:06 +00:00
parent a0062d0853
commit eb61677a98
6 changed files with 26 additions and 3 deletions

View File

@ -502,7 +502,7 @@ make_socket (guint port)
static void
server_log (gchar *format, ...)
{
va_list args, args2;
va_list args;
char *buf;
va_start (args, format);