details (avoid using non-C89 '//' comment)

This commit is contained in:
Roberto Ierusalimschy
2018-03-07 13:26:01 -03:00
parent 4a1612ff9b
commit 6480e73599
2 changed files with 7 additions and 7 deletions

View File

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