- Timestamp:
- Jan 12, 2008, 1:19:11 AM (17 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- c55ad84
- Parents:
- c1522ec (diff), 88dc766 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
r62fdd29 rf92080c 67 67 /* logout is defined in FreeBSD. */ 68 68 #define logout logout_ 69 /* aim.h defines bool */ 70 #define HAS_BOOL 69 71 #include <perl.h> 70 72 #undef logout … … 76 78 static const char owl_h_fileIdent[] = "$Id$"; 77 79 78 #define STRINGIFY(x) _STRINGIFY(x)80 #define BARNOWL_STRINGIFY(x) _STRINGIFY(x) 79 81 #define _STRINGIFY(x) #x 80 82 … … 83 85 #endif 84 86 85 #define OWL_VERSION_STRING "r" STRINGIFY(OWL_SVN_REVNO)87 #define OWL_VERSION_STRING "r" BARNOWL_STRINGIFY(OWL_SVN_REVNO) 86 88 87 89
Note: See TracChangeset
for help on using the changeset viewer.