diff src/bytecode.c @ 27293:d94d421ca521

(Fbyte_code): Pass new arg to set_internal.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Jan 2000 22:17:34 +0000
parents 97289ec4d7d0
children 5218aa03936e
line wrap: on
line diff
--- a/src/bytecode.c	Tue Jan 11 22:16:55 2000 +0000
+++ b/src/bytecode.c	Tue Jan 11 22:17:34 2000 +0000
@@ -550,7 +550,7 @@
 	case Bvarset+6:
 	  op = FETCH;
 	varset:
-	  set_internal (vectorp[op], POP, 0);
+	  set_internal (vectorp[op], POP, current_buffer, 0);
 	  /* Fset (vectorp[op], POP); */
 	  break;
 
@@ -1492,6 +1492,10 @@
 	  break;
 #endif
 
+	case 0:
+	  abort ();
+
+	case 255:
 	default:
 #ifdef BYTE_CODE_SAFE
 	  if (op < Bconstant)