tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] TinyCC REPL


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] TinyCC REPL
Date: Wed, 13 May 2015 18:50:00 +0300

2015-05-13 18:15 GMT+03:00, David Mertens <address@hidden>:
> It does, but I thought that all of the preprocessor macros and other
> symbols get reset either after compilation or after relocation. The only
> things that remain are global variables and functions

Current tcc drop defines only in tcc_delete(). Tihis is true for the
preprocessing (-E) task.
  tcc -E *.c -o preprocessed_file.i
works.

I not shure if this is true for -c case.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]