philburk / hmsl

Hierarchical Music Specification Language, Forth tools for experimental music from the 1980's
Apache License 2.0
98 stars 9 forks source link

Fix FIX because FROUND stack behavior changed #161

Closed philburk closed 3 months ago

philburk commented 2 years ago

FROUND had a bug that was fixed in: https://github.com/philburk/pforth/pull/101

FIX uses FROUND and needs to be changed.

philburk commented 2 years ago

Use conditional compilation on pForth version to detect whether FROUND is fixed.