diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-10-22 14:08:22 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-10-22 14:08:22 -0300 |
| commit | e592f94a643de0bf8d62f6c6128fe752c673f5ac (patch) | |
| tree | 50a4c591601eb5aaf53014c1c3039a8e2523ca45 /ltable.c | |
| parent | 6e1aec7a677a9891f2f8ca57e039d9984fdc69bc (diff) | |
| download | lua-e592f94a643de0bf8d62f6c6128fe752c673f5ac.tar.gz lua-e592f94a643de0bf8d62f6c6128fe752c673f5ac.tar.bz2 lua-e592f94a643de0bf8d62f6c6128fe752c673f5ac.zip | |
Details (mostly comments)
Diffstat (limited to 'ltable.c')
| -rw-r--r-- | ltable.c | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -155,6 +155,9 @@ static Node *mainposition (const Table *t, int ktt, const Value *kvl) { | |||
| 155 | } | 155 | } |
| 156 | 156 | ||
| 157 | 157 | ||
| 158 | /* | ||
| 159 | ** Returns the main position of an element given as a 'TValue' | ||
| 160 | */ | ||
| 158 | static Node *mainpositionTV (const Table *t, const TValue *key) { | 161 | static Node *mainpositionTV (const Table *t, const TValue *key) { |
| 159 | return mainposition(t, rawtt(key), valraw(key)); | 162 | return mainposition(t, rawtt(key), valraw(key)); |
| 160 | } | 163 | } |
