K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
2001-12-24T02:39:57.000000Z
K 7
svn:log
V 318
- From: TAKAI Kousuke <takai@vlsi.kuee.kyoto-u.ac.jp>
- lib/snprintf.c has invalid construct `va_arg (args, short int)'
  (second arg of va_arg must be a promoted type).  Recent gcc refuses
  to compile such constructs (older gcc do not complain about them,
  but silently generate wrong code on big endian machines).

END
