On 01/02/2012 11:57 PM, Paul Eggert wrote:
Anyway, impressing people is not the main goal here.
The main goal is to come up with a useful name that
doesn't praise the Windows API or operating environment.
"win32" is not the right choice for that, we must use
something better, and there is a proposal on the table.

Anybody whose intelligence is enough to understand the gnulib code will understand that "win32" is an abbreviation of "Windows 32".

Please do not use "woe32" in code, use "w32" throughout. Patch is _not_ approved for lib/poll.c and lib/select.c

Also:

* lib/progreloc.c, tests/test-poll.c, tests/test-select.h:
(WOE32_NATIVE): Rename from WIN32_NATIVE.

 #if defined _WIN32 || defined __WIN32__
-# define WIN32_NATIVE
+# define WOE32_NATIVE
 #endif

Great example of consistency. Too bad you cannot rename the pre-defined #defines. Want to open a bug against GCC?

Paolo


Reply via email to