From 93c89193c1f2a29b00741d1494f262642108abe2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 21 Nov 2012 15:21:42 +0000 Subject: make property shared status and type handling selection generic --- src/webidl-parser.y | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/webidl-parser.y') diff --git a/src/webidl-parser.y b/src/webidl-parser.y index 683a1a2..f719110 100644 --- a/src/webidl-parser.y +++ b/src/webidl-parser.y @@ -41,11 +41,11 @@ webidl_error(YYLTYPE *locp, struct webidl_node **winbind_ast, const char *str) %union { - int attr; - long value; + int attr; + long value; bool isit; - char* text; - struct webidl_node *node; + char* text; + struct webidl_node *node; } -- cgit v1.2.3