diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-03-07 13:26:01 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-03-07 13:26:01 -0300 |
commit | 6480e735998a1dc738d8babc86af154babb3843c (patch) | |
tree | 42de57db4962a90aa9376ab869a6f1dab3326e75 /ljumptab.h | |
parent | 4a1612ff9b968fe446bc4dd20460bfaccabeb3b3 (diff) | |
download | lua-6480e735998a1dc738d8babc86af154babb3843c.tar.gz lua-6480e735998a1dc738d8babc86af154babb3843c.tar.bz2 lua-6480e735998a1dc738d8babc86af154babb3843c.zip |
details (avoid using non-C89 '//' comment)
Diffstat (limited to 'ljumptab.h')
-rw-r--r-- | ljumptab.h | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -11,11 +11,12 @@ | |||
11 | 11 | ||
12 | static void *disptab[] = { | 12 | static void *disptab[] = { |
13 | 13 | ||
14 | // you can update the following list with this command: | 14 | #if 0 |
15 | // | 15 | ** you can update the following list with this command: |
16 | // sed -n '/^OP_/\!d; s/OP_/\&\&L_OP_/ ; s/,.*/,/ ; s/\/.*// ; p' lopcodes.h | 16 | ** |
17 | // | 17 | ** sed -n '/^OP_/\!d; s/OP_/\&\&L_OP_/ ; s/,.*/,/ ; s/\/.*// ; p' lopcodes.h |
18 | // | 18 | ** |
19 | #endif | ||
19 | 20 | ||
20 | &&L_OP_MOVE, | 21 | &&L_OP_MOVE, |
21 | &&L_OP_LOADI, | 22 | &&L_OP_LOADI, |