- From: Terry Teague <terry_teague@users.sourceforge.net>
- Date: Tue, 25 Jun 2002 23:58:13 -0700
- To: Nobuaki TOGASHI <nobu@tgs.gr.jp>, html-tidy@w3.org
At 12:00 AM -0400 6/22/02, Nobuaki TOGASHI wrote: >--- tidy.orig/include/platform.h Mon Jun 17 15:50:01 2002 >+++ tidy/include/platform.h Sat Jun 22 12:50:49 2002 >@@ -122,6 +122,12 @@ > #define PLATFORM_NAME "FreeMiNT" > #endif > >+#elif defined(__bsdi__) >+#define BSD_BASED_OS >+#ifndef PLATFORM_NAME >+#define PLATFORM_NAME "BSD/OS" >+#endif >+ > #endif > > /* Convenience defines for Windows platforms */ Thanks. I will go ahead and check in those changes shortly. You might want to use the "tidy-develop" mailing list for any future programming discussions. Regards, Terry
Received on Wednesday, 26 June 2002 02:59:35 UTC