]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add "-notOnce" to the compiler options on the Mac to stop the compiler
authorBen Harris <bjh21@bjh21.me.uk>
Tue, 31 Dec 2002 22:40:38 +0000 (22:40 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 31 Dec 2002 22:40:38 +0000 (22:40 +0000)
commit720c09f5761f695e4ca9cfaf134a992c299b8efa
tree133c27168f6ceba0802e8992212049d5e8aa8d93
parentbe63146e4f9308b961a6d872c977d8dbdf16515b
Add "-notOnce" to the compiler options on the Mac to stop the compiler
assuming that duplicate #includes of the same file are idempotent.  I mean,
it's not even true for the standard headers (think <assert.h>), and
certainly isn't true here.

[originally from svn r2400]
mkfiles.pl