Changeset f92080c for owl.h


Ignore:
Timestamp:
Jan 12, 2008, 1:19:11 AM (17 years ago)
Author:
Alejandro R. Sedeño <asedeno@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:
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.
Message:
Merged revisions 831-846 via svnmerge from 
file:///afs/sipb.mit.edu/project/barnowl/src/svn/trunk

........
  r834 | chmrr | 2008-01-11 17:11:00 -0500 (Fri, 11 Jan 2008) | 3 lines
  
   r1876@utwig:  chmrr | 2008-01-11 17:08:47 -0500
    * Default connections on a per-channel-name basis
........
  r836 | nelhage | 2008-01-11 22:15:06 -0500 (Fri, 11 Jan 2008) | 2 lines
  
  Nuke the stylefunc_default C code
........
  r837 | nelhage | 2008-01-11 22:17:19 -0500 (Fri, 11 Jan 2008) | 1 line
  
  Nuke the vt style as well
........
  r841 | nelhage | 2008-01-11 22:40:17 -0500 (Fri, 11 Jan 2008) | 2 lines
  
  Nuke a warning
........
  r845 | nelhage | 2008-01-12 01:11:53 -0500 (Sat, 12 Jan 2008) | 2 lines
  
  I'm tired of those stupid warning.
........
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r62fdd29 rf92080c  
    6767/* logout is defined in FreeBSD. */
    6868#define logout logout_
     69/* aim.h defines bool */
     70#define HAS_BOOL
    6971#include <perl.h>
    7072#undef logout
     
    7678static const char owl_h_fileIdent[] = "$Id$";
    7779
    78 #define STRINGIFY(x) _STRINGIFY(x)
     80#define BARNOWL_STRINGIFY(x) _STRINGIFY(x)
    7981#define _STRINGIFY(x) #x
    8082
     
    8385#endif
    8486
    85 #define OWL_VERSION_STRING "r" STRINGIFY(OWL_SVN_REVNO)
     87#define OWL_VERSION_STRING "r" BARNOWL_STRINGIFY(OWL_SVN_REVNO)
    8688
    8789
Note: See TracChangeset for help on using the changeset viewer.