mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
cmFortranParser: remove unnecessary typedef
This commit is contained in:
@@ -54,8 +54,7 @@ void cmFortranParser_RuleElse(cmFortranParser* parser);
|
|||||||
void cmFortranParser_RuleEndif(cmFortranParser* parser);
|
void cmFortranParser_RuleEndif(cmFortranParser* parser);
|
||||||
|
|
||||||
/* Define the parser stack element type. */
|
/* Define the parser stack element type. */
|
||||||
typedef union cmFortran_yystype_u cmFortran_yystype;
|
struct cmFortran_yystype
|
||||||
union cmFortran_yystype_u
|
|
||||||
{
|
{
|
||||||
char* string;
|
char* string;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user