aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-04-13 13:42:40 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-04-13 13:42:40 -0300
commit9e0a8475cdd53af664b807c4f0c4d53088a7faf2 (patch)
tree7648cce11d1929d77b8713877026ecbe36bf7fb0 /lopcodes.h
parent7ccc6d8290143009d2bab8f4330bbf443fc25846 (diff)
downloadlua-9e0a8475cdd53af664b807c4f0c4d53088a7faf2.tar.gz
lua-9e0a8475cdd53af664b807c4f0c4d53088a7faf2.tar.bz2
lua-9e0a8475cdd53af664b807c4f0c4d53088a7faf2.zip
Added 'simplesect' sections to the manual
'simplesect' encloses the introductory text of sections with subsections, so that each section either is all text or is all subsections. (This commit also corrects a small brace error in the manual and extra spaces/tabs in some other files.)
Diffstat (limited to 'lopcodes.h')
-rw-r--r--lopcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lopcodes.h b/lopcodes.h
index d755870f..d3a3f08e 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -195,7 +195,7 @@ enum OpMode {iABC, iABx, iAsBx, iAx, isJ}; /* basic instruction formats */
195 195
196typedef enum { 196typedef enum {
197/*---------------------------------------------------------------------- 197/*----------------------------------------------------------------------
198name args description 198 name args description
199------------------------------------------------------------------------*/ 199------------------------------------------------------------------------*/
200OP_MOVE,/* A B R[A] := R[B] */ 200OP_MOVE,/* A B R[A] := R[B] */
201OP_LOADI,/* A sBx R[A] := sBx */ 201OP_LOADI,/* A sBx R[A] := sBx */