Changeset a90bd2f
- Timestamp:
- Oct 29, 2012, 11:24:02 PM (12 years ago)
- Parents:
- 0792d99 (diff), c42a8d1 (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
rcb124fc6 rc42a8d1 47 47 /* Perl and curses don't play nice. */ 48 48 #ifdef OWL_PERL 49 typedef voidWINDOW;50 typedef voidPANEL;49 typedef struct _owl_fake_WINDOW WINDOW; 50 typedef struct _owl_fake_PANEL PANEL; 51 51 /* logout is defined in FreeBSD. */ 52 52 #define logout logout_ … … 57 57 #include "XSUB.h" 58 58 #else 59 typedef voidSV;60 typedef voidAV;61 typedef voidHV;59 typedef struct _owl_fake_SV SV; 60 typedef struct _owl_fake_AV AV; 61 typedef struct _owl_fake_HV HV; 62 62 #endif 63 63
Note: See TracChangeset
for help on using the changeset viewer.