Fix: ctf-writer: list of reserved keywords
[babeltrace.git] / src / ctf-writer / utils.c
index 5f03c92c85bf42ad10815010269aabdfe736674b..9eba4cdde4cc440bb0a51f5438e198bc446b1d85 100644 (file)
@@ -45,7 +45,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.02384 seconds and 4 git commands to generate.