aboutsummaryrefslogtreecommitdiff
path: root/ljumptab.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-07-10 13:40:30 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-07-10 13:40:30 -0300
commit21f663d29fd46b0ebf2bbc3f039ed31bef2e29d4 (patch)
tree2346466e186a6bd37ce6417b78105ced68d1d52d /ljumptab.h
parent626cf0581bc214722033d61c69d5db9e51e53465 (diff)
downloadlua-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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ljumptab.h b/ljumptab.h
index c642c23e..01d2c11e 100644
--- a/ljumptab.h
+++ b/ljumptab.h
@@ -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