comparison: libpurple/plugins/perl/perl-common.h
libpurple/plugins/perl/perl-common.h
- branch
- soc.2013.gobjectification
- changeset 34777
- a0666e8aba67
- parent 33906
- dc870eacc2d0
- child 34778
- 01d983ce883d
equal
deleted
inserted
replaced
| 19 #include "internal.h" |
19 #include "internal.h" |
| 20 #ifdef _WIN32 |
20 #ifdef _WIN32 |
| 21 #undef _WIN32DEP_H_ |
21 #undef _WIN32DEP_H_ |
| 22 #endif |
22 #endif |
| 23 #include "plugin.h" |
23 #include "plugin.h" |
| 24 #include "value.h" |
|
| 25 |
24 |
| 26 #define is_hvref(o) \ |
25 #define is_hvref(o) \ |
| 27 ((o) && SvROK(o) && SvRV(o) && (SvTYPE(SvRV(o)) == SVt_PVHV)) |
26 ((o) && SvROK(o) && SvRV(o) && (SvTYPE(SvRV(o)) == SVt_PVHV)) |
| 28 |
27 |
| 29 #define hvref(o) \ |
28 #define hvref(o) \ |