Changeset 88dc766 for owl.h


Ignore:
Timestamp:
Jan 12, 2008, 1:11:53 AM (16 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
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:
6824a76, 61abb18
Parents:
60c2e1e
Message:
I'm tired of those stupid warning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r18e28a4 r88dc766  
    6565/* logout is defined in FreeBSD. */
    6666#define logout logout_
     67/* aim.h defines bool */
     68#define HAS_BOOL
    6769#include <perl.h>
    6870#undef logout
     
    7476static const char owl_h_fileIdent[] = "$Id$";
    7577
    76 #define STRINGIFY(x) _STRINGIFY(x)
     78#define BARNOWL_STRINGIFY(x) _STRINGIFY(x)
    7779#define _STRINGIFY(x) #x
    7880
     
    8183#endif
    8284
    83 #define OWL_VERSION_STRING "r" STRINGIFY(OWL_SVN_REVNO)
     85#define OWL_VERSION_STRING "r" BARNOWL_STRINGIFY(OWL_SVN_REVNO)
    8486
    8587
Note: See TracChangeset for help on using the changeset viewer.