From f621a133e6e0a516c0586270fea8eaffb4829d82 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 8 Aug 2021 17:56:15 -0400 Subject: No more #export magic syntax. --- lux-php/source/program.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-php') 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)) -- cgit v1.2.3