Changeset c42a8d1
- Timestamp:
- Oct 29, 2012, 11:23:49 PM (12 years ago)
- Branches:
- master, release-1.10
- Children:
- 176c22b, 0125e46, ccc182c, a90bd2f
- Parents:
- 0792d99
- git-author:
- Anders Kaseorg <andersk@mit.edu> (08/21/12 03:55:41)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (10/29/12 23:23:49)
- 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.