SC (Apple's 68K C compiler) seems to treat tentative definitions of complete
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 5 Jan 2003 13:57:09 +0000 (13:57 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 5 Jan 2003 13:57:09 +0000 (13:57 +0000)
commitb62e3a67eb1269fc9d1915f74323546a195e4261
tree59ea14ccebac3dc443e3f17c6a1a52ed65d319ef
parent70e5d0fd16d26307b670972cdfd2a12c21a06572
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2462 cda61777-01e9-0310-a592-d414129be87e
sshaes.c