CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/15 12:46:29
Modified files:
usr.bin/bc : scan.l
Log message:
turns out gcc is not smart enough to avoid the local array in const
char msg[] = "string literal" if you do not declare it static.
shaves off a few bytes
