elementary: generic_value is to be replaced by any_value.
authorCedric Bail <cedric@osg.samsung.com>
Tue, 17 Oct 2017 17:51:05 +0000 (10:51 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Tue, 17 Oct 2017 17:51:05 +0000 (10:51 -0700)
src/lib/elementary/elm_code_syntax.c

index 0bbd451..23f4d46 100644 (file)
@@ -71,7 +71,7 @@ static Elm_Code_Syntax _elm_code_syntax_eo =
     "llong", "ullong", "int8", "uint8", "int16", "uint16", "int32", "uint32", \
     "int64", "uint64", "int128", "uint128", "size", "ssize", "intptr", "uintptr", \
     "ptrdiff", "time", "float", "double", "bool", "void", "void_ptr", \
-    "string", "stringshare", "generic_value", \
+    "string", "stringshare", "any_value", \
     "abstract", "class", "data", "mixin", "import", "interface", "type", "const", "var", \
     "own", "free", "struct", "enum", "@extern", "@free", "@auto", "@empty", \
     "@private", "@protected", "@beta", "@hot", "@const", "@class", "@pure_virtual", \