K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-03-30T17:10:20.000000Z K 7 svn:log V 325 1) Const enough things to avoid warnings. 2) Cast ifdef_level to a size_t before comparing it to a ratio of size_ts. Ifdef_level should always be positive. 3) Complete prototype for chfont. 4) Cast some ptrdiff_ts to ints before using as a field width. 5) Avoid shadowing a local variable p with another local variable p. END