]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
SC (Apple's 68K C compiler) seems to treat tentative definitions of complete
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 5 Jan 2003 13:57:09 +0000 (13:57 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 5 Jan 2003 13:57:09 +0000 (13:57 +0000)
commit75f0264826d4a0b2b2edc37a98b424c6297b3a3c
tree59ea14ccebac3dc443e3f17c6a1a52ed65d319ef
parentb55795da8b6affc97be220dbdabee9156e63103e
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: http://svn.tartarus.org/sgt/putty@2462 cda61777-01e9-0310-a592-d414129be87e
sshaes.c