From ffbc962c0a241f7d70b48162f92f2023fe6c043f Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 2 Jun 2021 19:18:10 +0200 Subject: renamed scintilla.[ch] to symbols.[ch]: fixes builds on case-insensitive file systems * There is a "Scintilla.h" as well. * should fix macOS and builds on native Windows hosts * It wasn't practical to refer to the Scintilla includes using paths since the Scintilla location is configurable (--with-scintilla). So we'd have to write something like #include . For Scinterm we cannot avoid collisions neither as its path is also configurable (--with-scinterm). Effectively, we must prevent name clashes across SciTECO and all of Scintilla and Scinterm. --- src/symbols-extract.tes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/symbols-extract.tes') diff --git a/src/symbols-extract.tes b/src/symbols-extract.tes index 3f71629..356bdd1 100755 --- a/src/symbols-extract.tes +++ b/src/symbols-extract.tes @@ -33,7 +33,7 @@ I/* #include "Q#in" #include "sciteco.h" -#include "scintilla.h" +#include "symbols.h" static const teco_symbol_entry_t entries[] = {^J < -- cgit v1.2.3