diff options
-rw-r--r-- | src/libraries/Runnr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libraries/Runnr.c b/src/libraries/Runnr.c index 8109dd8..25357a0 100644 --- a/src/libraries/Runnr.c +++ b/src/libraries/Runnr.c | |||
@@ -51,7 +51,8 @@ void dumpStack(lua_State *L, int i) | |||
51 | // table {} Starts and stops filling up a new table. | 51 | // table {} Starts and stops filling up a new table. |
52 | // ( Just syntax sugar for call. | 52 | // ( Just syntax sugar for call. |
53 | // call ) Expects an integer, the number of results left after the call. | 53 | // call ) Expects an integer, the number of results left after the call. |
54 | // FIXME: Still to do, if we ever use them - | 54 | // TODO: Still to do, if we ever use them - |
55 | // table Some way to specify an arbitrary table, though this sucks, coz C can't deal with them easily. | ||
55 | // stack = Get a value from the stack, expects a stack index. | 56 | // stack = Get a value from the stack, expects a stack index. |
56 | // userdata + | 57 | // userdata + |
57 | // thread ^ | 58 | // thread ^ |