Fix format string warnings.

Submitted by:	nra
Obtained from:	NetBSD
This commit is contained in:
Kris Kennaway 2000-11-27 04:26:39 +00:00
parent 8a407aad55
commit 50d793ebb0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69246

View File

@ -380,7 +380,7 @@ register int td;
}
}
char *dumpfmt = "`%s'\t`%s'\n"; /* format string for dumpdef */
const char dumpfmt[] = "`%s'\t`%s'\n"; /* format string for dumpdef */
/*
* expand - user-defined macro expansion