From f434dc1fe3af702179dc8c827bf26c663f34f138 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 2 Feb 2012 02:10:30 +1000 Subject: Output state changes properly. --- LuaSL/src/LuaSL_LSL_tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/src/LuaSL_LSL_tree.h') diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h index 7791b10..94be1a6 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -218,7 +218,7 @@ struct _LSL_Identifier // For variables and function parameters. struct _LSL_Statement { Eina_Clist statement; // For block statement lists, this is the entry. - LSL_Identifier *identifier; + LSL_Text identifier; LSL_Parenthesis *parenthesis; LSL_Leaf *expressions; // A for statement will have three expressions, and two semicolons, everything else has zero or one. LSL_Block *block; -- cgit v1.1