mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -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);
|
||||
|
||||
/* Define the parser stack element type. */
|
||||
typedef union cmFortran_yystype_u cmFortran_yystype;
|
||||
union cmFortran_yystype_u
|
||||
struct cmFortran_yystype
|
||||
{
|
||||
char* string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user