Tartarus CVS: putty: ben
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Sun, 05 Jan 2003 13:57:11 +0000
CVS Root: /home/cvs
Module: putty
Changes by: ben
Date: Sun Jan 05 2003 13:57:11 GMT
Log message:
SC (Apple's 68K C compiler) seems to treat tentative definitions of complete
arrya as full definitions, and hence gets upset when it finds a full definition
later. This is a bug (see K&R2 A10.2), but an easy one to work around by
making the tentative definitions incomplete, so I've done that.
Modified files:
. : sshaes.c
Links:
http://cvs.tartarus.org//putty/sshaes.c.diff?r1=1.7&r2=1.8