commit | 987a978c3c525cbc796824493436195872b89a0b | [log] [tgz] |
---|---|---|
author | nnorwitz <nnorwitz@8415998a-534a-0410-bf83-d39667b30386> | Wed May 06 05:01:46 2009 +0000 |
committer | nnorwitz <nnorwitz@8415998a-534a-0410-bf83-d39667b30386> | Wed May 06 05:01:46 2009 +0000 |
tree | a5c141e6c25ff8bd7e000185f0b9243719f52fdc | |
parent | e7bb5ededa4df6ec430c1e84154bc01bf84d4ecc [diff] |
Issue 44: "const" is missing for const return types The modifiers (things like const, volatile, etc) were not being added to return types.