This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [patch] make static_assert gdb private


>>>>> "Andreas" == Andreas Tobler <andreast-list@fgznet.ch> writes:

Andreas> Here I have a question about formatting, would the below be better?

Yeah, I think so.
Thanks again.

Andreas> -static_assert (ARRAY_SIZE (async_reason_string_lookup) ==
Andreas> EXEC_ASYNC_LAST + 1);
Andreas> +gdb_static_assert (ARRAY_SIZE (async_reason_string_lookup)
Andreas> +		   == EXEC_ASYNC_LAST + 1);

Tom


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