Skip to content
Commit 96e69944 authored by Moritz Boeck's avatar Moritz Boeck
Browse files

made sure that try blocks are terminated where required

the following example illustrates how #ifeval gets false
even if the corresponding module is available:
 try { require("png"); } catch AnyError: {;}
 #ifeval __get_reference("png_write")!=NULL
 message("evaluated");
 #endif
parent 5c733e5a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment