Minor adjustments to interning code.
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 11 Jul 2012 07:37:39 +0000 (11:37 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 11 Jul 2012 07:37:39 +0000 (11:37 +0400)
commite8df92674d0b73d4b32b467b9a1607e58b5f7a7d
tree5b5d42310b419ece1ed4d0354d8c42f279b76daf
parent09f4e3b0149e10d6d6a3d4915cf5c0a9768ded46
Minor adjustments to interning code.
* lisp.h (intern, intern_c_string): Redefine as static inline
wrappers for intern_1 and intern_c_string_1, respectively.
(intern_1, intern_c_string_1): Rename prototypes.
* lread.c (intern_1, intern_c_string_1): Simplify Vobarray checking.
* font.c (font_intern_prop): Likewise.  Adjust comment.
* w32font.c (intern_font_name): Likewise.
src/ChangeLog
src/font.c
src/lisp.h
src/lread.c
src/w32font.c