]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit0e086031b526aaaaf6e41f005eea5689245e071f
tree59ea14ccebac3dc443e3f17c6a1a52ed65d319ef
parent7c37547df88e93d54ac8e61b8ad9b37493986ed4
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.

[originally from svn r2462]
sshaes.c