[patch/5.2] Fix build problem with bcache.c

Andrew Cagney ac131313@cygnus.com
Sun Apr 14 22:25:00 GMT 2002


Committed the attached.

Brings it into line with GDB's coding standard. "defs.h" includes stuff 
to (re)define "const" and consequently the sequence:

	#include <stdio.h>
		getopt (.... const ...)
	#include "defs.h"
		getopt (.... ....)

was occuring (i.e. the const would disapear).

Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20020414/3b46929c/attachment.ksh>


More information about the Gdb-patches mailing list