comparison src/bytecode.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents 50929073a0ba
children c97adaf9f770
comparison
equal deleted inserted replaced
21513:984881b316fc 21514:fa9ff387d260
1157 abort (); 1157 abort ();
1158 #endif 1158 #endif
1159 return v1; 1159 return v1;
1160 } 1160 }
1161 1161
1162 void
1162 syms_of_bytecode () 1163 syms_of_bytecode ()
1163 { 1164 {
1164 Qbytecode = intern ("byte-code"); 1165 Qbytecode = intern ("byte-code");
1165 staticpro (&Qbytecode); 1166 staticpro (&Qbytecode);
1166 1167