Fix getenv() declaration in w3mhelperpanel.c
Remove old-style extern declaration that conflicts with stdlib.h. Continues modernization for GCC compatibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
#if LANG == JA
|
#if LANG == JA
|
||||||
/* FIXME: gettextize here */
|
/* FIXME: gettextize here */
|
||||||
#define MSG_TITLE "<22><><EFBFBD><EFBFBD><EFBFBD>ӥ塼<D3A5><E5A1BC><EFBFBD><EFBFBD><EFBFBD>Խ<EFBFBD>"
|
#define MSG_TITLE "<22><><EFBFBD><EFBFBD><EFBFBD>ӥ塼<D3A5><E5A1BC><EFBFBD><EFBFBD><EFBFBD>Խ<EFBFBD>"
|
||||||
#define MSG_NEW_ENTRY "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͽ"
|
#define MSG_NEW_ENTRY "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͽ"
|
||||||
#define MSG_TYPE "<22>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
#define MSG_TYPE "<22>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||||
#define MSG_COMMAND "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޥ<EFBFBD><DEA5><EFBFBD>"
|
#define MSG_COMMAND "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޥ<EFBFBD><DEA5>"
|
||||||
#define MSG_REGISTER "<22><>Ͽ"
|
#define MSG_REGISTER "<22><>Ͽ"
|
||||||
#define MSG_DELETE "<22><><EFBFBD><EFBFBD>"
|
#define MSG_DELETE "<22><><EFBFBD>"
|
||||||
#define MSG_DOIT "<22>¹<EFBFBD>"
|
#define MSG_DOIT "<22>¹<EFBFBD>"
|
||||||
#else /* LANG != JA */
|
#else /* LANG != JA */
|
||||||
#define MSG_TITLE "External Viewers Setup"
|
#define MSG_TITLE "External Viewers Setup"
|
||||||
#define MSG_NEW_ENTRY "New Entry"
|
#define MSG_NEW_ENTRY "New Entry"
|
||||||
@@ -167,7 +167,6 @@ int
|
|||||||
main(void)
|
main(void)
|
||||||
{
|
{
|
||||||
Str mailcapfile;
|
Str mailcapfile;
|
||||||
extern char *getenv();
|
|
||||||
char *p;
|
char *p;
|
||||||
int length;
|
int length;
|
||||||
Str qs = NULL;
|
Str qs = NULL;
|
||||||
|
Reference in New Issue
Block a user