This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


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

Re: enum xyz;


>>>>> "Andrew" == Andrew Cagney <ac131313@cygnus.com> writes:

Andrew> 	enum xyz;

Andrew> Second question, is there an auto-conf way of testing for a
Andrew> compiler that allows the above?

Sure.  You can use AC_TRY_COMPILE.  Or if that isn't to your liking
you can directly run $CC.

Tom

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