commit | 37c54bd22e2ac5ca8601416701e14b546ce5b6f1 | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Tue Jul 14 18:35:36 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Tue Jul 14 18:35:36 2009 -0700 |
tree | c18ad15b2cb24bb41d63b02b7106756a56f042f3 | |
parent | 7ecc5556aee0145a48f096cb1e015034e59bc67a [diff] |
Make forward declarations of external symbols really work. Until now we had always been treating external variables as "int", and external functions as int (...);