Skip to content

Commit

Permalink
Expose miscmap to user.
Browse files Browse the repository at this point in the history
Signed-off-by: kat <kat@lua.cz>
  • Loading branch information
katlogic committed Nov 27, 2014
1 parent 8131116 commit af7f5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib_ffi.c
Expand Up @@ -786,6 +786,7 @@ LJLIB_CF(ffi_abi) LJLIB_REC(.)
#undef H_

LJLIB_PUSH(top-8) LJLIB_SET(!) /* Store reference to miscmap table. */
LJLIB_PUSH(top-8) LJLIB_SET(miscmap) /* Expose to user. */

LJLIB_CF(ffi_metatype)
{
Expand Down

1 comment on commit af7f5e8

@andresy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not dare proposing this one 👍

Please sign in to comment.