summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm')
-rw-r--r--source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
index 249a1ae194..42375674f5 100644
--- a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+++ b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
@@ -2301,8 +2301,8 @@ sub ParseInterface($$)
{
my($interface,$needed) = @_;
- pidl_hdr "#ifndef _HEADER_RPC_$interface->{NAME}";
- pidl_hdr "#define _HEADER_RPC_$interface->{NAME}";
+ pidl_hdr "#ifndef _HEADER_NDR_$interface->{NAME}";
+ pidl_hdr "#define _HEADER_NDR_$interface->{NAME}";
pidl_hdr "";
@@ -2338,7 +2338,7 @@ sub ParseInterface($$)
FunctionTable($interface);
- pidl_hdr "#endif /* _HEADER_RPC_$interface->{NAME} */";
+ pidl_hdr "#endif /* _HEADER_NDR_$interface->{NAME} */";
}
#####################################################################
@@ -2351,7 +2351,7 @@ sub Parse($$)
$res = "";
$res_hdr = "";
- pidl_hdr "/* header auto-generated by pidl */";
+ pidl_hdr "/* header auto-generated by pidl */";
pidl_hdr "";
pidl "/* parser auto-generated by pidl */";