From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] mi/mi-out.c: Make function declarators match earlier declarations Date: Mon, 09 Jul 2001 01:10:00 -0000 Message-id: References: <1010709055802.ZM9892@ocotillo.lan> X-SW-Source: 2001-07/msg00196.html On Sun, 8 Jul 2001, Kevin Buettner wrote: > I've just committed the following patch as an obvious fix. I'm not > sure why these weren't caught sooner, but the native AIX 5 compiler > was (rightfully) complaining about the mismatch between the definition > and declarations of certain functions... It wasn't caught probably because not all compilers consider that as something worth complaining about, because lots of existing code mixes int's with enumerations.