mirror of https://github.com/rusefi/lua.git
Added missing $Id$ to file 'ljumptab.h'
This commit is contained in:
parent
626cf0581b
commit
21f663d29f
|
@ -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 vmdispatch
|
||||||
#undef vmcase
|
#undef vmcase
|
||||||
#undef vmbreak
|
#undef vmbreak
|
||||||
|
|
Loading…
Reference in New Issue