diff options
Diffstat (limited to '05/constants.b')
-rw-r--r-- | 05/constants.b | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/05/constants.b b/05/constants.b index 15efa68..9effeee 100644 --- a/05/constants.b +++ b/05/constants.b @@ -142,6 +142,9 @@ :str_else string else byte 0 +:str_endif + string endif + byte 0 :str___FILE__ string __FILE__ byte 0 |