Fix: ctf-writer: list of reserved keywords
[babeltrace.git] / src / ctf-writer / utils.c
index 0cfb5742b510fc0a24b62e9a0f0911ae89702b7f..6c4b0ed8ffc415ed254dfe00c7425ee6208e89ae 100644 (file)
@@ -25,7 +25,7 @@ const char * const reserved_keywords_str[] = {"align", "callsite",
        "const", "char", "clock", "double", "enum", "env", "event",
        "floating_point", "float", "integer", "int", "long", "short", "signed",
        "stream", "string", "struct", "trace", "typealias", "typedef",
-       "unsigned", "variant", "void" "_Bool", "_Complex", "_Imaginary"};
+       "unsigned", "variant", "void", "_Bool", "_Complex", "_Imaginary"};
 
 static GHashTable *reserved_keywords_set;
 static int init_done;
This page took 0.022069 seconds and 4 git commands to generate.