aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/symbols-extract.tes
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-09 19:21:22 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-09 19:24:18 +0200
commita7d28d3fed7748dcaedbcac8902cb9e1339cb078 (patch)
tree27ade89428d7e693cad1f6a8ccdd4fae17694b16 /src/symbols-extract.tes
parent92410755ec3bc866774d7353b88a0bc9ed7c9aff (diff)
downloadsciteco-a7d28d3fed7748dcaedbcac8902cb9e1339cb078.tar.gz
symbols-extract.tes works in 8-bit mode now (refs #5)
* significantly speeds up build time * Scintilla and Lexilla headers and symbols are all-ASCII anyway. * We should probably have a look at the quicksort implementation in string.tes, as it can probably be optimized in UTF-8 documents as well.
Diffstat (limited to 'src/symbols-extract.tes')
-rwxr-xr-xsrc/symbols-extract.tes2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/symbols-extract.tes b/src/symbols-extract.tes
index 9b55e93..1ab6667 100755
--- a/src/symbols-extract.tes
+++ b/src/symbols-extract.tes
@@ -1,4 +1,4 @@
-#!/usr/local/bin/sciteco -m
+#!/usr/local/bin/sciteco -8m
!*
* ./symbols-extract.tes [-p <prefix pattern list>] -n <SymbolList object> [--] \
* <output file> <input header>