|
From: | Stefan Weil |
Subject: | Re: [PATCH 1/2] tcg: Search includes from the project root source directory |
Date: | Mon, 30 Dec 2019 10:53:00 +0100 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 |
Am 30.12.19 um 10:08 schrieb Philippe Mathieu-Daudé: [...] > tcg/tcg-op.h | 2 +- > tcg/tcg.h | 4 ++-- > tcg/tcg-common.c | 2 +- > tcg/tcg-op-gvec.c | 8 ++++---- > tcg/tcg-op-vec.c | 6 +++--- > tcg/tcg-op.c | 6 +++--- > tcg/tcg.c | 2 +- > tcg/tci.c | 2 +- Source files in the tcg directory should not need any change because they find include files in the same directory without searching. If we add a tcg/ include file prefix for them as well, that has the advantage that it might look prettier and more uniform, but it has the disadvantage of requiring a search by the preprocessor. I'd prefer not changing those files. Regards and best wished for 2020 Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |