Eolian/Lexer: fix support of const parameters.
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Sun, 18 May 2014 11:16:58 +0000 (14:16 +0300)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Sun, 18 May 2014 11:25:25 +0000 (14:25 +0300)
commit23b97bd30d7aafe65b6aada30a01c50a9873a558
treecd54d012c87eea9bf19dd54dfccfa5d650cbd1e2
parent61f3f68670e8e49258edb19e2c2aebdde30b605a
Eolian/Lexer: fix support of const parameters.

The syntax to define a parameter of a property as const is as following:

set {
   data: const;
}

When no space was present between ':' and "const", a syntax error was
occurring.
src/lib/eolian/eo_lexer.c
src/lib/eolian/eo_lexer.rl