فهرست منبع

cmFortranParser: remove unnecessary typedef

Daniel Pfeifer 8 سال پیش
والد
کامیت
48cfb295a2
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      Source/cmFortranParser.h

+ 1 - 2
Source/cmFortranParser.h

@@ -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;
-union cmFortran_yystype_u
+struct cmFortran_yystype
 {
 {
   char* string;
   char* string;
 };
 };