Displaying 1 result from an estimated 1 matches for "is_scalar".
Did you mean:
__is_scalar
2006 Jun 05
2
[PATCH] Pet peave then->than
...r.pm (revision 16046)
+++ source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm (working copy)
@@ -836,7 +836,7 @@
{
my ($e,$l,$ndr,$var_name,$ndr_flags) = @_;
- # strings are passed by value rather then reference
+ # strings are passed by value rather than reference
if (not Parse::Pidl::Typelist::is_scalar($l->{DATA_TYPE}) or Parse::Pidl::Typelist::scalar_is_reference($l->{DATA_TYPE})) {
$var_name = get_pointer_to($var_name);
}
@@ -2101,7 +2101,7 @@
}
# allocate the "simple" out ref variables. FIXME: Shouldn't this have it's
- # own flag rather then be in NDR_IN ?
+...