diff options
author | Christian <c@ethdev.com> | 2015-02-23 21:55:06 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2015-02-23 21:55:06 +0800 |
commit | 39c471f33265c4f87b2ca518d736034bdd188c0e (patch) | |
tree | d988550588054ec5558cbe153adfbdfcd1e1044f /Parser.h | |
parent | c8b03c51a0ad77dfbcc589f74fb69accdbdf3ae6 (diff) | |
download | dexon-solidity-39c471f33265c4f87b2ca518d736034bdd188c0e.tar.gz dexon-solidity-39c471f33265c4f87b2ca518d736034bdd188c0e.tar.zst dexon-solidity-39c471f33265c4f87b2ca518d736034bdd188c0e.zip |
Comments and warnings.
Diffstat (limited to 'Parser.h')
-rw-r--r-- | Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ private: }; /// Performs limited look-ahead to distinguish between variable declaration and expression statement. - /// For source code of the form "a[][8]" ("IndexAccessStructure"), this it is not possible to + /// For source code of the form "a[][8]" ("IndexAccessStructure"), this is not possible to /// decide with constant look-ahead. LookAheadInfo peekStatementType() const; /// Returns a typename parsed in look-ahead fashion from something like "a[8][2**70]". |