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]

Re: A prototype patch for expr.c



  In message <m0ynDXW-00026CC@ocean.lucon.org>you write:
  > do_jump_by_parts_greater_rtx is declared in expr.h and
  > truthvalue_conversion is declared in both c-tree.h and tree.h.
  > Should we remove one of them?
No, we should remove them since file files which use truth_value
include c-tree.h, but not tree.h.

  > Fri Jun 19 18:42:05 1998  H.J. Lu  (hjl@gnu.org)
  > 
  > 	* expr.c (do_jump_by_parts_greater_rtx): Removed.
  > 	(truthvalue_conversion): Likewise.
Thanks.  I've installed this patch.

jeff


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