mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 03:30:46 +00:00
6c3ec454d3
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@338 4df02467-bbd4-4a76-a152-e7ce94205b78
7 lines
296 B
Plaintext
7 lines
296 B
Plaintext
*=$1000
|
|
; the "skip code" function did not honor quotes, so stuff after ':' was
|
|
; executed.
|
|
!ifdef UNDEFINED !tx " dummy : older versions tried to parse this!"
|
|
!ifdef UNDEFINED !tx ' dummy : older versions tried to parse this!'
|
|
; fixing this supersedes two older fixes for "!to" and "!sl".
|