Remove custom support for __const keyword.
commit832e1ec9e29086d388572f84db8873d24e8a43fa
authorMihail Groza <unlupdestepa@gmail.com>
Thu, 9 Mar 2017 16:58:59 +0000 (9 16:58 +0000)
committerMihail Groza <unlupdestepa@gmail.com>
Thu, 9 Mar 2017 16:58:59 +0000 (9 16:58 +0000)
tree0225abd0b95b6999c531c70577222ee5195482b6
parent4e8a72036d09c167e6ac637c921119c653578508
Remove custom support for __const keyword.

The place to fix various quirks of the compiler/headers is in the
command line, by adding defines to fix what's not known. In no case such
support should be added in source (even less so in the lexer).
src/cscanner.l
test/tests2.4/Makefile