diff options
| author | Paul Eggert | 2014-11-07 07:40:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-07 07:40:06 -0800 |
| commit | 0e44a2d2335fd7d382f0edc18345b9d382005d04 (patch) | |
| tree | 51585d6fb0edc96c0b98d76f9da9d977b11f5a50 /src/lread.c | |
| parent | 0565d1fb52e0a8c893e78c85541294bb6589f4b6 (diff) | |
| download | emacs-0e44a2d2335fd7d382f0edc18345b9d382005d04.tar.gz emacs-0e44a2d2335fd7d382f0edc18345b9d382005d04.zip | |
Uniquify the 'size' symbol.
* frame.c (Qsize):
* w32notify.c (Qsize): Remove.
* lisp.h (Qsize): New decl.
* lread.c (Qsize): Now extern.
* w32notify.c (syms_of_w32notify): No need to defsym.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 171a51acb3f..6f71ff5f468 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -66,7 +66,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 66 | 66 | ||
| 67 | /* Hash table read constants. */ | 67 | /* Hash table read constants. */ |
| 68 | static Lisp_Object Qhash_table, Qdata; | 68 | static Lisp_Object Qhash_table, Qdata; |
| 69 | static Lisp_Object Qtest, Qsize; | 69 | static Lisp_Object Qtest; |
| 70 | Lisp_Object Qsize; | ||
| 70 | static Lisp_Object Qweakness; | 71 | static Lisp_Object Qweakness; |
| 71 | static Lisp_Object Qrehash_size; | 72 | static Lisp_Object Qrehash_size; |
| 72 | static Lisp_Object Qrehash_threshold; | 73 | static Lisp_Object Qrehash_threshold; |