aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-16 18:51:30 +1000
committerDavid Walter Seikel2014-05-16 18:51:30 +1000
commitfdbd12a8816dbcccc235ba1a02b6ac00d8c7ede9 (patch)
treed14a21ac1efa161297b15d17d2e79d1dbf977b03 /src
parentTypo-- (diff)
downloadSledjHamr-fdbd12a8816dbcccc235ba1a02b6ac00d8c7ede9.zip
SledjHamr-fdbd12a8816dbcccc235ba1a02b6ac00d8c7ede9.tar.gz
SledjHamr-fdbd12a8816dbcccc235ba1a02b6ac00d8c7ede9.tar.bz2
SledjHamr-fdbd12a8816dbcccc235ba1a02b6ac00d8c7ede9.tar.xz
TODO++
Diffstat (limited to 'src')
-rw-r--r--src/libraries/Runnr.c3
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 ^