Petr Skočík wrote:
Hi, I noticed the tcc preprocessor doesn't resolve symbolic links when
resolving includes. This cancels include caching (#pragma once) if a
file gets included from two different paths.
Attached is a simply fix that adds such path resolution, although you
might want to do it di
Hi, I noticed the tcc preprocessor doesn't resolve symbolic links when
resolving includes. This cancels include caching (#pragma once) if a
file gets included from two different paths.
Attached is a simply fix that adds such path resolution, although you
might want to do it differently if you do w