Fix format string warnings.
Submitted by: nra Obtained from: NetBSD
This commit is contained in:
parent
00c9863858
commit
c34bf3aa83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user