Mercurial > hg > xemacs-beta
comparison src/console.c @ 643:af2db7d310f2
[xemacs-hg @ 2001-08-04 21:22:50 by adrian]
[PATCH] xemacs-21.5: Fix of compile error on darwin in src/console.c <itg37c8h.fsf@ecf.teradyne.com>
author | adrian |
---|---|
date | Sat, 04 Aug 2001 21:22:50 +0000 |
parents | af57a77cbc92 |
children | fdefd0186b75 |
comparison
equal
deleted
inserted
replaced
642:277f059a321b | 643:af2db7d310f2 |
---|---|
1217 #ifdef HAVE_WINDOW_SYSTEM | 1217 #ifdef HAVE_WINDOW_SYSTEM |
1218 Fprovide (intern ("window-system")); | 1218 Fprovide (intern ("window-system")); |
1219 #endif | 1219 #endif |
1220 } | 1220 } |
1221 | 1221 |
1222 /* The docstrings for DEFVAR_* are recorded externally by make-docfile. */ \ | 1222 /* The docstrings for DEFVAR_* are recorded externally by make-docfile. */ |
1223 #define DEFVAR_CONSOLE_LOCAL_1(lname, field_name, forward_type, magicfun) \ | 1223 #define DEFVAR_CONSOLE_LOCAL_1(lname, field_name, forward_type, magicfun) \ |
1224 do { \ | 1224 do { \ |
1225 static const struct symbol_value_forward I_hate_C = \ | 1225 static const struct symbol_value_forward I_hate_C = \ |
1226 { /* struct symbol_value_forward */ \ | 1226 { /* struct symbol_value_forward */ \ |
1227 { /* struct symbol_value_magic */ \ | 1227 { /* struct symbol_value_magic */ \ |