Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Interesting. We have inline redefined in src/include/port/win32.h. Can > > you find out why you are not getting those redefined? > > AFAICS, all the "#ifdef WIN32_ONLY_COMPILER" code in win32.h is dead > code, because c.h doesn't #define WIN32_ONLY_COMPILER until *after* it's > included pg_config_os.h. It would appear that most of it is indeed > useless and should be removed.
Uh, I think we still do have reasons to test if we are using MSVC or Borland C. I think the #define should just be moved up in c.h. -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
