mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
cmFortranParser: remove unnecessary typedef
This commit is contained in:
parent
90bb5f64a4
commit
48cfb295a2
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user