From 48cfb295a2810e541bd286f352d77d840be345f7 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Sat, 25 Mar 2017 00:03:48 +0100 Subject: cmFortranParser: remove unnecessary typedef --- Source/cmFortranParser.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/cmFortranParser.h b/Source/cmFortranParser.h index e8273fb..024b00a 100644 --- a/Source/cmFortranParser.h +++ b/Source/cmFortranParser.h @@ -54,8 +54,7 @@ void cmFortranParser_RuleElse(cmFortranParser* parser); void cmFortranParser_RuleEndif(cmFortranParser* parser); /* Define the parser stack element type. */ -typedef union cmFortran_yystype_u cmFortran_yystype; -union cmFortran_yystype_u +struct cmFortran_yystype { char* string; }; -- cgit v0.12