FreeCalypso > hg > fc-tourmaline
annotate toolwrap/str2ind @ 20:133d42e7e7ec
src/nucleus/nucleus.h: reduce NU_MAX_VECTORS to 8
8 is the setting used in the TCS211 version of Nucleus, and because
this whole feature (NU-managed LISRs) is not used in this firmware
architecture, a smaller setting means less waste of dead data space.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 08:09:35 +0000 |
parents | 83146a4ae927 |
children |
rev | line source |
---|---|
13
83146a4ae927
toolwrap & winexe: import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 #!/bin/sh |
83146a4ae927
toolwrap & winexe: import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 TZ=GMT |
83146a4ae927
toolwrap & winexe: import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 export TZ |
83146a4ae927
toolwrap & winexe: import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 exec nowhine `dirname $0`/../winexe/str2ind.exe "$@" |