[1084] in BarnOwl Developers
[D-O-H] r1052 - trunk/owl
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:12:51 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
To: dirty-owl-hackers@MIT.EDU
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Sun, 25 May 2008 00:33:37 -0400 (EDT)
Author: nelhage
Date: 2008-05-25 00:33:37 -0400 (Sun, 25 May 2008)
New Revision: 1052
Modified:
trunk/owl/owl.h
Log:
Oops. Accidentally reverted the #ifndef OWL_VERSION_STRING
Modified: trunk/owl/owl.h
===================================================================
--- trunk/owl/owl.h 2008-05-25 04:28:38 UTC (rev 1051)
+++ trunk/owl/owl.h 2008-05-25 04:33:37 UTC (rev 1052)
@@ -54,9 +54,10 @@
#define OWL_SVN_REVNO ????
#endif
+#ifndef OWL_VERSION_STRING
#define OWL_VERSION_STRING "r" BARNOWL_STRINGIFY(OWL_SVN_REVNO)
+#endif
-
/* Feature that is being tested to redirect stderr through a pipe.
* There may still be some portability problems with this. */
#define OWL_STDERR_REDIR 1