diff options
author | Eduardo Julian | 2021-08-08 17:56:15 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-08-08 17:56:15 -0400 |
commit | f621a133e6e0a516c0586270fea8eaffb4829d82 (patch) | |
tree | 399396ee2f6a10df10cea9b78c51c76679b70e59 /lux-php | |
parent | 17e7566be51df5e428a6b10e6469201a8a9468da (diff) |
No more #export magic syntax.
Diffstat (limited to 'lux-php')
-rw-r--r-- | lux-php/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index ebcc8be25..a47b0b5c5 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -370,7 +370,7 @@ _ (exception.throw ..unknown_kind_of_object host_object))) -(exception: #export nulll_has_no_lux_representation) +(exception: .public nulll_has_no_lux_representation) (def: tuple_size_field (php/runtime/memory/StringMemory::new runtime.tuple_size_field)) |