diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-07-10 13:40:30 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-07-10 13:40:30 -0300 |
commit | 21f663d29fd46b0ebf2bbc3f039ed31bef2e29d4 (patch) | |
tree | 2346466e186a6bd37ce6417b78105ced68d1d52d /ljumptab.h | |
parent | 626cf0581bc214722033d61c69d5db9e51e53465 (diff) | |
download | lua-21f663d29fd46b0ebf2bbc3f039ed31bef2e29d4.tar.gz lua-21f663d29fd46b0ebf2bbc3f039ed31bef2e29d4.tar.bz2 lua-21f663d29fd46b0ebf2bbc3f039ed31bef2e29d4.zip |
Added missing $Id$ to file 'ljumptab.h'
Diffstat (limited to 'ljumptab.h')
-rw-r--r-- | ljumptab.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | ** $Id: ljumptab.h 2018/07/10 13:40:16 $ | ||
3 | ** Jump Table for the Lua interpreter | ||
4 | ** See Copyright Notice in lua.h | ||
5 | */ | ||
6 | |||
7 | |||
1 | #undef vmdispatch | 8 | #undef vmdispatch |
2 | #undef vmcase | 9 | #undef vmcase |
3 | #undef vmbreak | 10 | #undef vmbreak |