mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-24 05:43:53 +00:00
This fixes the macro usage for `MR_list_is_empty(list)' in file `samples/c_interface/simpler_cplusplus_calls_mercury/main.cc`.
This directory contains an example program with a C++ main() function where C++ calls Mercury. This interface is simpler than having a Mercury main/2 call a cpp_main() function which then calls back Mercury.