This PR adds support for #pragma once in the wrapper helper, reducing the number of errors; it also fixes a duplicated line in the Makefile causing a link-time error, improves a bit the box32-mode output, and ignores newlines in macro expansions. This allows openssl/ssl.h to be parsed correctly.
This PR adds support for
#pragma once
in the wrapper helper, reducing the number of errors; it also fixes a duplicated line in the Makefile causing a link-time error, improves a bit the box32-mode output, and ignores newlines in macro expansions. This allowsopenssl/ssl.h
to be parsed correctly.