diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-05-20 11:06:27 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-05-20 11:06:27 +0200 |
commit | d88be799239f1895f08b6faa9c9154a98ad3c40b (patch) | |
tree | 81416f2b4e675622997a834179b4488f7e1fb303 | |
parent | 82f8eaef87039fede450c517fda6cf68f8d15d45 (diff) | |
download | lanes-d88be799239f1895f08b6faa9c9154a98ad3c40b.tar.gz lanes-d88be799239f1895f08b6faa9c9154a98ad3c40b.tar.bz2 lanes-d88be799239f1895f08b6faa9c9154a98ad3c40b.zip |
remove 2 weird characters in comments
-rw-r--r-- | src/tools.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools.c b/src/tools.c index 9adb17e..d2dfdf5 100644 --- a/src/tools.c +++ b/src/tools.c | |||
@@ -692,7 +692,7 @@ void set_deep_lookup( lua_State *L ) { | |||
692 | lua_pushlightuserdata( L, DEEP_LOOKUP_KEY ); | 692 | lua_pushlightuserdata( L, DEEP_LOOKUP_KEY ); |
693 | lua_pushvalue(L,-2); | 693 | lua_pushvalue(L,-2); |
694 | // | 694 | // |
695 | // [-3]: {} (2nd ref) | 695 | // [-3]: {} (2nd ref) |
696 | // [-2]: DEEP_LOOKUP_KEY | 696 | // [-2]: DEEP_LOOKUP_KEY |
697 | // [-1]: {} | 697 | // [-1]: {} |
698 | 698 | ||
@@ -1099,7 +1099,7 @@ luaG_IdFunction luaG_copydeep( lua_State *L, lua_State *L2, int index ) | |||
1099 | 1099 | ||
1100 | /* | 1100 | /* |
1101 | * 'reg[ REG_MT_KNOWN ]'= { | 1101 | * 'reg[ REG_MT_KNOWN ]'= { |
1102 | * [ table ]= id_uint, | 1102 | * [ table ]= id_uint, |
1103 | * ... | 1103 | * ... |
1104 | * [ id_uint ]= table, | 1104 | * [ id_uint ]= table, |
1105 | * ... | 1105 | * ... |