Changeset a902ebb for owl.h


Ignore:
Timestamp:
Oct 29, 2012, 11:19:40 PM (12 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Parents:
9b3167b (diff), 0792d99 (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:
Merge 0792d99eb4637636b607b9c1579c0b5e97de6a20 into 9b3167b9c2d41734807e20045328812b089538e5
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r219f52c rcb124fc6  
    596596  char *kill_buffer;
    597597  int interrupt_count;
     598#if GLIB_CHECK_VERSION(2, 31, 0)
     599  GMutex interrupt_lock;
     600#else
    598601  GMutex *interrupt_lock;
     602#endif
    599603} owl_global;
    600604
Note: See TracChangeset for help on using the changeset viewer.