(init_symbols_once_early): Assign '#<unloaded> into Qunloaded.
authortomo <tomo>
Tue, 22 Jan 2002 19:28:45 +0000 (19:28 +0000)
committertomo <tomo>
Tue, 22 Jan 2002 19:28:45 +0000 (19:28 +0000)
src/symbols.c

index ae1dc92..c21a986 100644 (file)
@@ -3264,6 +3264,11 @@ init_symbols_once_early (void)
 
   XSYMBOL (Qnil)->function = Qunbound;
 
+#ifdef UTF2000
+  /* [tomo:2002-01-22] We should not define Qunloaded as a normal symbol */
+  defsymbol (&Qunloaded, "#<unloaded>");
+#endif
+
   defsymbol (&Qt, "t");
   XSYMBOL (Qt)->value = Qt;    /* Veritas aeterna */
   Vquit_flag = Qnil;