This is the mail archive of the gcc@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: bitmap_debug - prototype without declaration


  In message <199909151945.XAA16051@blizard.overta.ru>you write:
  > Hello All.
  > 
  > Today I have debugged a gcc-2.95.1 and I have founded a strange
  > declaration in the gcc-2.95.1/gcc/bitmap.h
  > 
  > extern void bitmap_debug PROTO((bitmap));
  > 
  > 
  > File gcc-2.95.1/gcc/bitmap.c don't have a bitmap_debug function, but
  > have a debug_bitmap.
  > 
  > void
  > debug_bitmap (head)
  >      bitmap head;
  > {
  >   bitmap_debug_file (stdout, head);
  > }
  > 
  > Is this a bug ?
It's a bug, but not a serious one.

I'll clean this up for the mainline tree.

Thanks for pointing this out.
jeff


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