diff src/symbols.c @ 211:78478c60bfcd r20-4b4

Import from CVS: tag r20-4b4
author cvs
date Mon, 13 Aug 2007 10:05:51 +0200
parents e45d5e7c476e
children 0e522484dd2a
line wrap: on
line diff
--- a/src/symbols.c	Mon Aug 13 10:05:01 2007 +0200
+++ b/src/symbols.c	Mon Aug 13 10:05:51 2007 +0200
@@ -3109,7 +3109,8 @@
 
 /* some losing systems can't have static vars at function scope... */
 static struct symbol_value_magic guts_of_unbound_marker =
-  { { { lrecord_symbol_value_forward }, 0, 69}, SYMVAL_UNBOUND_MARKER };
+  { { symbol_value_forward_lheader_initializer, 0, 69},
+    SYMVAL_UNBOUND_MARKER };
 
 void
 init_symbols_once_early (void)