[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] Re: macro_ptr bugfix doesn't work, preprocess_init called
From: |
egodust |
Subject: |
[Tinycc-devel] Re: macro_ptr bugfix doesn't work, preprocess_init called too late |
Date: |
Mon, 28 Apr 2008 12:58:41 +0100 |
Heyas,
A follow up, preprocess_init() is probably the wrong place to put
macro_ptr = NULL, it requires that a file be open (tcc_open()) and
this never occurs during tcc_new(), tcc_define_symbol() dies on a
second state after the first one errored.
Kind Regards,
Sam K