You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sip4-tqt/sipgen
aneejit1 1eb067b439
Ensure module initialisation is exported globally
The generated module initialisation function fails to export because of
the "-fvisibility-hidden" resulting in an import failure on missing
symbol. Alter the visibility of the initialisation function to "default"
to ensure that it winds up as "global" in the module binary.

Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit b9448655a2)
3 years ago
..
export.c Initial TQt conversion 14 years ago
gencode.c Ensure module initialisation is exported globally 3 years ago
heap.c Initial import of SIP4 for Qt3 14 years ago
lexer.l Fix FTBFS 14 years ago
main.c Initial TQt conversion 14 years ago
parser.y Fix the mismatch of tokens TK_TQOBJECT × TK_QOBJECT and 4 years ago
sip.h Fix accidental rename of strings to tqunicode 14 years ago
sipgen.sbf Initial import of SIP4 for Qt3 14 years ago
transform.c Initial TQt conversion 14 years ago