From c85646937cbabf7023b4cc57da17216f752e9f14 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Fri, 2 Jul 2004 17:44:28 +0000 Subject: Fix compilation with gcc 2.95. CVS patchset: 6763 CVS date: 2004/07/02 17:44:28 --- src/post/goom/goom_script_scanner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post/goom/goom_script_scanner.h') diff --git a/src/post/goom/goom_script_scanner.h b/src/post/goom/goom_script_scanner.h index 63b3c7ca3..fb969ce36 100644 --- a/src/post/goom/goom_script_scanner.h +++ b/src/post/goom/goom_script_scanner.h @@ -64,7 +64,7 @@ typedef struct _NODE_TYPE{ ConstIntNodeType constInt; ConstFloatNodeType constFloat; OprNodeType opr; - }; + } val; } NodeType; void gsl_commit_compilation(); -- cgit v1.2.3