Eigenstate: myrddin-dev mailing list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mcbind] [PATCH 0/4] Misc mcbind adjustments


While looking at mcbind-ing libxcb as discussed on IRC, I ran into a few
paper-cuts with the latest origin/master. These don't quite get the
bindings to perfectly compile immediately, but at least mcbind produces
something reasonable with them, which can then be touched up by hand.

And, since I have a feeling I'll find this email myself when searching
later, the command I used was

	mcbind -l c -l xcb -b xcb -p xcb_ -I /usr/include/ -I /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/ -I /usr/include/xcb/ xcb.h      -D __GNUC__=1 -D __STDC__=1

S. Gilles (4):
  Allow enum values to be previous members of same enum.
  Add `Einit where necessary to complete matchings
  Add definition for __inline
  Add a few cases to foldexpr

 ast.myr     |  2 ++
 fold.myr    |  8 ++++++++
 gen-defs.sh |  3 +++
 parse.myr   | 25 ++++++++++++++++++++++++-
 4 files changed, 37 insertions(+), 1 deletion(-)
 mode change 100644 => 100755 gen-defs.sh

-- 
2.25.1


Follow-Ups:
[mcbind] [PATCH 3/4] Add definition for __inline"S. Gilles" <sgilles@xxxxxxx>
[mcbind] [PATCH 4/4] Add a few cases to foldexpr"S. Gilles" <sgilles@xxxxxxx>
[mcbind] [PATCH 1/4] Allow enum values to be previous members of same enum."S. Gilles" <sgilles@xxxxxxx>
[mcbind] [PATCH 2/4] Add `Einit where necessary to complete matchings"S. Gilles" <sgilles@xxxxxxx>