compiler/libec: Fixed 'restrict' to be an extended declaration specifier, not a stora...
authorJerome St-Louis <jerome@ecere.com>
Tue, 1 Apr 2014 16:10:50 +0000 (12:10 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 1 Apr 2014 16:10:50 +0000 (12:10 -0400)
commit61090b7b04d88ff76c9f66eff72aeb063cebc262
tree8c0905f0ea5c1afefba3b419e7aaec8ac1514a05
parente16ee2c1ea4781f59ad3912277e3f00629894a8f
compiler/libec: Fixed 'restrict' to be an extended declaration specifier, not a storage class specifier
- Also added restrict variants to syntax highlighting
compiler/libec/src/lexer.ec
compiler/libec/src/lexer.l
ecere/src/gui/controls/EditBox.ec