We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e7a9d commit 2dc1a48Copy full SHA for 2dc1a48
mud.dgd.examp
@@ -31,5 +31,5 @@ array_size = 4000; /* max array size */
31
objects = 500; /* max # of objects */
32
call_outs = 200; /* max # of call_outs */
33
34
-/* Example of how to load a module, the extension regexp */
35
-/* modules = ({ "kfun_regexp" }); */
+/* Example of how to load a module, the JIT compiler extension */
+/* modules = ([ "/lpc-ext/jit.1.2" : "/lpc-ext/jit" }); */
0 commit comments