aboutsummaryrefslogtreecommitdiffstats
path: root/w3mhelperpanel.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 /w3mhelperpanel.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 'w3mhelperpanel.c')
-rw-r--r--w3mhelperpanel.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/w3mhelperpanel.c b/w3mhelperpanel.c
index 8de5348..dd7b7f7 100644
--- a/w3mhelperpanel.c
+++ b/w3mhelperpanel.c
@@ -1,4 +1,4 @@
-/* $Id: w3mhelperpanel.c,v 1.8 2002/06/01 17:09:05 ukai Exp $ */
+/* $Id: w3mhelperpanel.c,v 1.9 2002/11/12 12:41:58 ukai Exp $ */
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
@@ -9,8 +9,6 @@
#include "parsetag.h"
#include "myctype.h"
-#include "gcmain.c"
-
#if LANG == JA
#define MSG_TITLE "外部ビューアの編集"
#define MSG_NEW_ENTRY "新規登録"
@@ -157,7 +155,7 @@ editMailcap(char *mailcap, struct parsed_tagarg *args)
}
int
-MAIN(int argc, char *argv[], char **envp)
+main(int argc, char *argv[], char **envp)
{
Str mailcapfile;
extern char *getenv();