Skip to content

Commit 2dc1a48

Browse files
committed
Update module syntax in the example config file.
It's time for Gurba to embrace JIT compilation.
1 parent 04e7a9d commit 2dc1a48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mud.dgd.examp

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ array_size = 4000; /* max array size */
3131
objects = 500; /* max # of objects */
3232
call_outs = 200; /* max # of call_outs */
3333

34-
/* Example of how to load a module, the extension regexp */
35-
/* modules = ({ "kfun_regexp" }); */
34+
/* Example of how to load a module, the JIT compiler extension */
35+
/* modules = ([ "/lpc-ext/jit.1.2" : "/lpc-ext/jit" }); */

0 commit comments

Comments
 (0)