* lread.c: Make symbols static if they're not exported.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 01:41:38 +0000 (18:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 01:41:38 +0000 (18:41 -0700)
commit1e3890d19599e8c4736e74a11f95b70b6f11f72b
tree907e73f88f02344f54671a5bf050cdaf2e40e546
parent8a1414fa0fa4706b59589d11f3deaf6199e9a305
* lread.c: Make symbols static if they're not exported.

(read_objects, initial_obarray, oblookup_last_bucket_number):
Now static.
(make_symbol): Remove; unused.
* lisp.h (initial_obarray, make_symbol): Remove decls.
src/ChangeLog
src/lisp.h
src/lread.c