]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
Add support for user defined messages for [[deprecated]] generalized attribute
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 049feb9223a74ad40b51a133370c84eb95cc08cf..5f553798980ad9c1ea216dd31ea658b9228a192f 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -159,6 +159,7 @@ struct ast_value_s
     ast_expression_common expression;
 
     const char *name;
+    const char *desc;
 
     /*
     int         vtype;