From 2430e941d748beebd1297c83d176982e7ff89be7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 9 Nov 2003 00:57:27 +0000 Subject: added fixes for the pushing of arrays and handling non-ref pointers in function arguments (This used to be commit 25be8dafdae65d9b6cbd04514290f1402e882f4e) --- source4/build/pidl/idl.gram | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/build/pidl/idl.gram') diff --git a/source4/build/pidl/idl.gram b/source4/build/pidl/idl.gram index 4ebd8fabe1..a5e89aadf4 100644 --- a/source4/build/pidl/idl.gram +++ b/source4/build/pidl/idl.gram @@ -25,7 +25,8 @@ interface: 'interface' identifier '{' definition(s?) '}' }} | -definition : typedef { $item[1] } +definition : cpp_prefix + | typedef { $item[1] } | function { $item[1] } typedef : 'typedef' type identifier array_len(?) ';' -- cgit