gfortran.h (new): Remove macro.
[gcc.git] / gcc / fortran / trans.h
index 81c449e91a556ebc0e970e598279fcff07b8368f..d19c6794a305030b152e53bd6d51f6304ea1af3e 100644 (file)
@@ -710,7 +710,7 @@ typedef struct gfc_interface_sym_mapping
 {
   struct gfc_interface_sym_mapping *next;
   gfc_symbol *old;
-  gfc_symtree *new;
+  gfc_symtree *new_sym;
   gfc_expr *expr;
 }
 gfc_interface_sym_mapping;