OSDN Git Service

* inclhack.def: Avoid changing NULL on C++ friendly systems.
[pf3gnuchains/gcc-fork.git] / gcc / integrate.h
index 88a4f5d..035b1d9 100644 (file)
@@ -1,5 +1,5 @@
 /* Function integration definitions for GCC
-   Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -142,8 +142,6 @@ extern tree copy_decl_for_inlining (tree, tree, tree);
    true otherwise.  */
 extern bool function_attribute_inlinable_p (tree);
 
-extern void try_constants (rtx, struct inline_remap *);
-
 /* Return the label indicated.  */
 extern rtx get_label_from_map (struct inline_remap *, int);