lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>         module = NSLinkModule(image, path, NSLINKMODULE_OPTION_PRIVATE | NSLINK\MODULE_OPTION_RETURN_ON_ERROR);

Drat, the backslash above is a cut-n-paste bug.  Here's a correction,
broken into multiple lines.

      module = NSLinkModule(
            image,
	    path,
	    NSLINKMODULE_OPTION_PRIVATE |
	    NSLINKMODULE_OPTION_RETURN_ON_ERROR);

-- 
Thatcher Ulrich
http://tulrich.com