From 606514b0774c42c9f95a726cfa2d68a2a3c2ba32 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 28 Nov 2003 05:32:40 +0000 Subject: make sure there is at least one valid interface in an IDL file (This used to be commit 86ab394806a5f9dfc20fabda071d72ca29703f62) --- source4/build/pidl/idl.gram | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/build/pidl/idl.gram b/source4/build/pidl/idl.gram index adabbe41a6..fdadb91c5c 100644 --- a/source4/build/pidl/idl.gram +++ b/source4/build/pidl/idl.gram @@ -2,7 +2,7 @@ use util; } -idl: idl_interface(s?) +idl: idl_interface(s) {{ util::FlattenArray($item[1]) }} | -- cgit