Skip to content
Commit 6f74f5e9 authored by Joshua Elsasser's avatar Joshua Elsasser Committed by Luís Oliveira
Browse files

Teach the groveler's cstruct :type to guess type when :auto is given.

This means that integer size and signedness is determined by the
groveler in cases like this:

(cstruct autotype "struct mystruct"
 (myint "myint" :type :auto)
 (myarray "myarray" :type :auto :count :auto))
parent 4e207452
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment