commit 21f663d29fd46b0ebf2bbc3f039ed31bef2e29d4 parent 626cf0581bc214722033d61c69d5db9e51e53465 Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Tue, 10 Jul 2018 13:40:03 -0300 Added missing $Id$ to file 'ljumptab.h' Diffstat:
M | ljumptab.h | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/ljumptab.h b/ljumptab.h @@ -1,3 +1,10 @@ +/* +** $Id: ljumptab.h 2018/07/10 13:40:16 $ +** Jump Table for the Lua interpreter +** See Copyright Notice in lua.h +*/ + + #undef vmdispatch #undef vmcase #undef vmbreak