From d493c369f9da2ab7dd9a93589ae533c1eec78177 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 10 Nov 1998 03:00:25 +0000 Subject: [PATCH] Untested handle-args fix --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index fbf99d339..9df0bc705 100644 --- a/src/main.c +++ b/src/main.c @@ -3025,7 +3025,7 @@ int main (int argc, char *argv []) calls any define_sequence */ init_key (); -#if defined(PORT_WANTS_ARGP) && !defined(HAVE_GNOME) +#ifndef HAVE_GNOME handle_args (argc, argv); #endif