CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/11 20:47:52
Modified files:
bin/csh : dir.c
bin/ed : main.c
Log message:
If a constant string needs a name, use a static const array instead
of a pointer or non-const array, as that minimizes the symbols,
maximizes the placement into read-only memory, and avoids warnings
from gcc -Wformat=2 when they're used as format strings.
