* function.h: Remove undefs for rtx and tree.
authorGraham Stott <grahams@redhat.com>
Mon, 31 Dec 2001 03:48:46 +0000 (03:48 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Mon, 31 Dec 2001 03:48:46 +0000 (03:48 +0000)
From-SVN: r48405

gcc/ChangeLog
gcc/function.h

index 85375c68061f227a14f6bcb6273606e8942761d6..67d479b522ebb69cc250faba272c68ac50dc85b8 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-31  Graham Stott  <grahams@redhat.com>
+
+       * function.h: Remove undefs for rtx and tree.
+
 2001-12-30  Richard Henderson  <rth@redhat.com>
 
        * loop.c (check_dbra_loop): Fix last change: examine both
index 111949ddb4c79f549065147f3fdc585f3c6f51d4..61bd09576747c3233bdd35c601e82abbace9b01d 100644 (file)
@@ -603,11 +603,3 @@ extern void init_virtual_regs              PARAMS ((struct emit_status *));
 
 /* Called once, at initialization, to initialize function.c.  */
 extern void init_function_once          PARAMS ((void));
-
-#ifdef rtx
-#undef rtx
-#endif
-
-#ifdef tree
-#undef tree
-#endif