Added missing $Id$ to file 'ljumptab.h'

This commit is contained in:
Roberto Ierusalimschy 2018-07-10 13:40:30 -03:00
parent 626cf0581b
commit 21f663d29f

View File

@ -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