s/vax/__vax__/

This commit is contained in:
christos 2006-05-25 22:06:53 +00:00
parent bc93583ffe
commit fc19b961ac
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.11 2006/05/24 23:16:50 christos Exp $ */
/* $NetBSD: main.c,v 1.12 2006/05/25 22:06:53 christos Exp $ */
/*
* Copyright (c) 1992, 1993
@ -1275,7 +1275,7 @@ logconfig_start(void)
(void)fprintf(cfg, "#if defined(%s) || defined(%s)\n\n",
LOGCONFIG_LARGE, LOGCONFIG_SMALL);
(void)fprintf(cfg,
"static const char config[]\n#ifdef vax\n"
"static const char config[]\n#ifdef __vax__\n"
"\t__attribute__((__unused__))\n#else\n"
"\t__attribute__((__used__))\n#endif\n\t=\n\n");