Fix format string warnings.
Submitted by: nra Obtained from: NetBSD
This commit is contained in:
parent
bad4a365fe
commit
a5289e99bd
@ -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