Unreviewed patch to libiberty

Michael Sokolov msokolov@ivan.Harhan.ORG
Thu Sep 7 09:22:00 GMT 2000


I wrote:

> My patch to libiberty:
>
> 2000-08-30  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
>
>         * md5.c: #include "libiberty.h".
>
> Hasn't been reviewed yet. Would someone please review it? TIA.

I've been told that including ansidecl.h is preferred instead. The revised
patch is below.

--
Michael Sokolov		Harhan Engineering Laboratory
Public Service Agent	International Free Computing Task Force
			International Engineering and Science Task Force
			615 N GOOD LATIMER EXPY STE #4
			DALLAS TX 75204-5852 USA

Phone: +1-214-824-7693 (Harhan Eng Lab office)
E-mail: msokolov@ivan.Harhan.ORG (ARPA TCP/SMTP) (UUCP coming soon)

2000-09-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>

	* md5.c: #include "ansidecl.h".

Index: md5.c
===================================================================
RCS file: /cvs/gcc/egcs/libiberty/md5.c,v
retrieving revision 1.1
diff -c -r1.1 md5.c
*** md5.c	2000/08/29 00:29:26	1.1
--- md5.c	2000/09/07 16:17:27
***************
*** 35,40 ****
--- 35,41 ----
  # endif
  #endif
  
+ #include "ansidecl.h"
  #include "md5.h"
  
  #ifdef _LIBC


More information about the Gcc-patches mailing list