]> code.delx.au - gnu-emacs/blobdiff - src/bytecode.c
(VALID_LEADING_CODE_P): New macro.
[gnu-emacs] / src / bytecode.c
index 33f1ae53e28a333226b157fe0705959580434e49..881834367ab377be63954e18695a43698b571f90 100644 (file)
@@ -638,7 +638,7 @@ If the third argument is incorrect, Emacs may crash.  */)
                AFTER_POTENTIAL_GC ();
              }
          }
-         POP;
+         (void) POP;
          break;
 
        case Bdup: