- Timestamp:
- Apr 6, 2011, 12:54:00 PM (11 years ago)
- Children:
- a006d475
- Parents:
- eeab49c
- git-author:
- David Benjamin <davidben@mit.edu> (04/05/11 12:54:11)
- git-committer:
- David Benjamin <davidben@mit.edu> (04/06/11 12:54:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
r283ff1e r28da2da 14 14 #include "compat/compat.h" 15 15 16 #ifdef HAVE_STDBOOL_H17 16 #include <stdbool.h> 18 #else19 #ifndef HAVE__BOOL20 #define _Bool signed char21 #endif22 #define bool _Bool23 #define false 024 #define true 125 #define __bool_true_false_are_defined 126 #endif /* HAVE_STDBOOL_H */27 17 28 18 #ifndef OWL_PERL 19 #define NCURSES_ENABLE_STDBOOL_H 1 29 20 #include <curses.h> 30 21 #include <panel.h>
Note: See TracChangeset
for help on using the changeset viewer.