commit | e0800062daf237a9e4f893bc3db473da8f7472c0 | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Wed Mar 31 13:15:23 2010 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Wed Mar 31 13:15:23 2010 -0700 |
tree | 46bc90b4f7cd8e2202e4919f656552c8e30a50a4 | |
parent | a705d65ccd1e204cc0b667df2678cc6921cbd9f5 [diff] |
Reject declarations with 'in' or 'out' qualifiers 'in' and 'out' can only be used in function parameter lists or at global scope (1.30 and later). This change enforces this.