diff options
Diffstat (limited to 'lapi.c')
| -rw-r--r-- | lapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -484,7 +484,7 @@ LUA_API lua_State *lua_tothread (lua_State *L, int idx) { | |||
| 484 | 484 | ||
| 485 | /* | 485 | /* |
| 486 | ** Returns a pointer to the internal representation of an object. | 486 | ** Returns a pointer to the internal representation of an object. |
| 487 | ** Note that ANSI C does not allow the conversion of a pointer to | 487 | ** Note that ISO C does not allow the conversion of a pointer to |
| 488 | ** function to a 'void*', so the conversion here goes through | 488 | ** function to a 'void*', so the conversion here goes through |
| 489 | ** a 'size_t'. (As the returned pointer is only informative, this | 489 | ** a 'size_t'. (As the returned pointer is only informative, this |
| 490 | ** conversion should not be a problem.) | 490 | ** conversion should not be a problem.) |
