mirror of
https://github.com/lua/lua.git
synced 2025-01-14 05:43:00 +08:00
typo in comment
This commit is contained in:
parent
f31cc8e342
commit
a9a4bf68b0
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: loadlib.c,v 1.123 2014/11/12 13:31:51 roberto Exp roberto $
|
** $Id: loadlib.c,v 1.124 2015/01/05 13:51:39 roberto Exp roberto $
|
||||||
** Dynamic library loader for Lua
|
** Dynamic library loader for Lua
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
**
|
**
|
||||||
@ -136,8 +136,8 @@ static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym);
|
|||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Macro to covert pointer to void* to pointer to function. This cast
|
** Macro to convert pointer-to-void* to pointer-to-function. This cast
|
||||||
** is undefined according to ISO C, but POSIX assumes that it must work.
|
** is undefined according to ISO C, but POSIX assumes that it works.
|
||||||
** (The '__extension__' in gnu compilers is only to avoid warnings.)
|
** (The '__extension__' in gnu compilers is only to avoid warnings.)
|
||||||
*/
|
*/
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user