aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-11-12 12:41:57 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-11-12 12:41:57 +0000
commit467a5e015b0693f7e2ebcc8feb6d9abca8362888 (patch)
treefc169a3d83a76c4bbc6dea8de71716943a466d6a /main.c
parent* doc/w3m.1: update (diff)
downloadw3m-467a5e015b0693f7e2ebcc8feb6d9abca8362888.tar.gz
w3m-467a5e015b0693f7e2ebcc8feb6d9abca8362888.zip
[w3m-dev 03415] fix a build issue for 64bit arch
* gcmain.c: deleted * main.c: no need gcmain.c s/MAIN/main/ * mktable.c: ditto * w3mbookmark.c: ditto * w3mhelperpanel.c: ditto From: Akira TAGOH <at@gclab.org>
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/main.c b/main.c
index 138d4aa..2ae90c6 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.128 2002/11/12 12:24:44 ukai Exp $ */
+/* $Id: main.c,v 1.129 2002/11/12 12:41:57 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -98,8 +98,6 @@ static int check_target = TRUE;
#define PREC_LIMIT 10000
static int searchKeyNum(void);
-#include "gcmain.c"
-
#define help() fusage(stdout, 0)
#define usage() fusage(stderr, 1)
@@ -346,7 +344,7 @@ make_optional_header_string(char *s)
}
int
-MAIN(int argc, char **argv, char **envp)
+main(int argc, char **argv, char **envp)
{
Buffer *newbuf = NULL;
char *p, c;