This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Move extern definition of debug_find_tree to tree.h


Trivia:

2004-06-24  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

	* tree.h (debug_find_tree): Add declaration.
	* tree-inline.c (debug_find_tree): Remove extern declaration.

*** tree.h	23 Jun 2004 20:12:44 -0000	1.527
--- tree.h	25 Jun 2004 01:19:45 -0000
***************
*** 3477,3480 ****
--- 3477,3483 ----
  #endif
  
+ /* In tree-inline.c:  */
+ extern bool debug_find_tree (tree, tree);
+ 
  /* In expr.c */
  extern rtx expand_builtin_return_addr (enum built_in_function, int, rtx);
*** tree-inline.c	23 Jun 2004 00:25:54 -0000	1.112
--- tree-inline.c	25 Jun 2004 01:19:46 -0000
***************
*** 2453,2458 ****
  }
  
- extern bool debug_find_tree (tree top, tree search);
- 
  bool
  debug_find_tree (tree top, tree search)
--- 2453,2456 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]