summaryrefslogtreecommitdiffstats
path: root/typemap
diff options
context:
space:
mode:
Diffstat (limited to 'typemap')
-rw-r--r--typemap1
1 files changed, 1 insertions, 0 deletions
diff --git a/typemap b/typemap
index 8fd59c8..fc3c031 100644
--- a/typemap
+++ b/typemap
@@ -10,6 +10,7 @@ T_VARSPEC
_deconstruct_variable_hash((HV*)SvRV($arg), &$var);
else
croak(\"varspec must be a string or a hashref\");
+ _check_varspec_is_valid(&$var);
T_VARTYPE
if (!SvPOK($arg))