]> git.sur5r.net Git - cc65/commit
Disallow global variable declarations with an initializer.
authorPiotr Fusik <fox@scene.pl>
Mon, 13 Feb 2017 18:41:05 +0000 (19:41 +0100)
committerPiotr Fusik <fox@scene.pl>
Mon, 13 Feb 2017 18:41:05 +0000 (19:41 +0100)
commit1f12a06f7cc2ae79a800fe3faed727513364091b
tree1bd52957cafb9186fa4e016cbc0379aab148bf2b
parent287c5d6cd379ddb4d3bf792b06e6c9a612b50247
Disallow global variable declarations with an initializer.

E.g.
extern int i = 42;
src/cc65/compile.c