diff options
Diffstat (limited to 'labels.e')
| -rw-r--r-- | labels.e | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/labels.e b/labels.e index f0629a8..f528219 100644 --- a/labels.e +++ b/labels.e @@ -131,6 +131,8 @@ ~ Mark it used. It's faster to just do this than to check if it's needed. dup label-status dup @ 0x01 | swap ! + ~ TODO putting a provide-label magic comment command here would be lovely + ~ Return the guessed value. label-value @ ; |