Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
210:49f55ca3ba57 | 211:78478c60bfcd |
---|---|
3107 Lisp_Object Qnull_pointer; | 3107 Lisp_Object Qnull_pointer; |
3108 #endif | 3108 #endif |
3109 | 3109 |
3110 /* some losing systems can't have static vars at function scope... */ | 3110 /* some losing systems can't have static vars at function scope... */ |
3111 static struct symbol_value_magic guts_of_unbound_marker = | 3111 static struct symbol_value_magic guts_of_unbound_marker = |
3112 { { { lrecord_symbol_value_forward }, 0, 69}, SYMVAL_UNBOUND_MARKER }; | 3112 { { symbol_value_forward_lheader_initializer, 0, 69}, |
3113 SYMVAL_UNBOUND_MARKER }; | |
3113 | 3114 |
3114 void | 3115 void |
3115 init_symbols_once_early (void) | 3116 init_symbols_once_early (void) |
3116 { | 3117 { |
3117 Qnil = Fmake_symbol (make_pure_pname ((CONST Bufbyte *) "nil", 3, 1)); | 3118 Qnil = Fmake_symbol (make_pure_pname ((CONST Bufbyte *) "nil", 3, 1)); |