From 361206771c76d2ea0ef97632404467082688e072 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 26 Jun 2013 15:58:08 -0700 Subject: [PATCH] glsl: Add a comment to note what an exec_list is a list of. Reviewed-by: Chad Versace Reviewed-by: Ian Romanick --- src/glsl/ast.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glsl/ast.h b/src/glsl/ast.h index df2a21f7931..103146c1047 100644 --- a/src/glsl/ast.h +++ b/src/glsl/ast.h @@ -526,6 +526,7 @@ public: struct _mesa_glsl_parse_state *state); ast_fully_specified_type *type; + /** List of 'ast_declaration *' */ exec_list declarations; /** -- 2.30.2