mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
71f99b2a1e
Decided to use tridge's PARSE_SCALARS and PARSE_BUFFERS pattern for
generating code for structures and function calls. For functions, dissect
sub-structures with PARSE_SCALARS|PARSE_BUFFERS. For arrays and structures
in structures (?) use PARSE_SCALARS on each element of the structure then
PARSE_BUFFERS.
Determine whether a type is a "simple" type or a struct/union.
(This used to be commit
|
||
---|---|---|
.. | ||
build/pidl |