[856] in BarnOwl Developers
[D-O-H] r845 - trunk/owl
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:10:27 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Sat, 12 Jan 2008 01:11:53 -0500 (EST)
Author: nelhage
Date: 2008-01-12 01:11:53 -0500 (Sat, 12 Jan 2008)
New Revision: 845
Modified:
trunk/owl/owl.h
Log:
I'm tired of those stupid warning.
Modified: trunk/owl/owl.h
===================================================================
--- trunk/owl/owl.h 2008-01-12 04:59:42 UTC (rev 844)
+++ trunk/owl/owl.h 2008-01-12 06:11:53 UTC (rev 845)
@@ -64,6 +64,8 @@
typedef void WINDOW;
/* logout is defined in FreeBSD. */
#define logout logout_
+/* aim.h defines bool */
+#define HAS_BOOL
#include <perl.h>
#undef logout
#include "XSUB.h"
@@ -73,14 +75,14 @@
static const char owl_h_fileIdent[] = "$Id$";
-#define STRINGIFY(x) _STRINGIFY(x)
+#define BARNOWL_STRINGIFY(x) _STRINGIFY(x)
#define _STRINGIFY(x) #x
#ifndef OWL_SVN_REVNO
#define OWL_SVN_REVNO ????
#endif
-#define OWL_VERSION_STRING "r" STRINGIFY(OWL_SVN_REVNO)
+#define OWL_VERSION_STRING "r" BARNOWL_STRINGIFY(OWL_SVN_REVNO)
/* Feature that is being tested to redirect stderr through a pipe.