port new setting code to Sun C 5.8 2005/10/13
commite757f1c6f393cf82057dbee0a4325b07f0fd55c4
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2012 23:53:43 +0000 (18 16:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2012 23:53:43 +0000 (18 16:53 -0700)
tree114b122ca03e38109f46b2aac0ab3334bc68a569
parent51e6d6b2f5799ae3fc9c33930e0c4b456e1bbbdd
port new setting code to Sun C 5.8 2005/10/13

* chartab.c, lisp.h (char_table_set, char_table_set_range):
Return void, not Lisp_Object.  Otherwise, the compiler
complains about (A?B:C) where B is void and C is Lisp_Object
when compiling CHAR_TABLE_SET, due to the recent change to
the API of sub_char_table_set_contents.
src/ChangeLog
src/chartab.c
src/lisp.h