diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-04-23 11:36:09 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-04-23 11:36:09 -0300 |
commit | 9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed (patch) | |
tree | 50d7ec68ff36d2fa017b970b11985c6cce5861aa /lgc.c | |
parent | 50fd8d03c33bbe52ac5b34c4eb748197b349cedd (diff) | |
download | lua-9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed.tar.gz lua-9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed.tar.bz2 lua-9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed.zip |
Details (typos in comments)
Diffstat (limited to 'lgc.c')
-rw-r--r-- | lgc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -126,7 +126,6 @@ static l_mem objsize (GCObject *o) { | |||
126 | CClosure *cl = gco2ccl(o); | 126 | CClosure *cl = gco2ccl(o); |
127 | res = sizeCclosure(cl->nupvalues); | 127 | res = sizeCclosure(cl->nupvalues); |
128 | break; | 128 | break; |
129 | break; | ||
130 | } | 129 | } |
131 | case LUA_VUSERDATA: { | 130 | case LUA_VUSERDATA: { |
132 | Udata *u = gco2u(o); | 131 | Udata *u = gco2u(o); |