From 6480e735998a1dc738d8babc86af154babb3843c Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 7 Mar 2018 13:26:01 -0300 Subject: details (avoid using non-C89 '//' comment) --- ljumptab.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'ljumptab.h') diff --git a/ljumptab.h b/ljumptab.h index f9783ffb..373d541c 100644 --- a/ljumptab.h +++ b/ljumptab.h @@ -11,11 +11,12 @@ static void *disptab[] = { -// you can update the following list with this command: -// -// sed -n '/^OP_/\!d; s/OP_/\&\&L_OP_/ ; s/,.*/,/ ; s/\/.*// ; p' lopcodes.h -// -// +#if 0 +** you can update the following list with this command: +** +** sed -n '/^OP_/\!d; s/OP_/\&\&L_OP_/ ; s/,.*/,/ ; s/\/.*// ; p' lopcodes.h +** +#endif &&L_OP_MOVE, &&L_OP_LOADI, -- cgit v1.2.3-55-g6feb