1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

- added typedefs

- added parse error checking
- made parser more flexible
This commit is contained in:
Andrew Tridgell
-
parent 1c3193aa1c
commit ab0beaf357
7 changed files with 130 additions and 64 deletions

View File

@ -15,7 +15,7 @@ function parse_array(f, v, elnum, flags,
v["FLAGS"] = flags;
v["ARRAY_LEN"] = elements[elnum, "array_len"];
if (type == "uint16") {
if (type == "wchar") {
print_template(f, "prs_wstring.tpl", v);
} else {
print_template(f, "prs_array.tpl", v);