You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing a symbolt that only has its "type" member set to
is_symbol_internal_symbol is useless as that function never even looks
at the type. Although fixing is_type_internal was possible, it turns out
to be completely unnecessary as the single user (dump-c) appears to work
just fine as demonstrated in the included test case.
Also fix use_all_headers for MacOS, which has the system headers rooted
in /Library/Developer or /Application/Xcode, as well as Windows (Visual
Studio).
0 commit comments