(read1): Use xmalloc and xrealloc, not malloc and realloc.
authorKarl Heuer <kwzh@gnu.org>
Tue, 9 Jan 1996 23:40:19 +0000 (23:40 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 9 Jan 1996 23:40:19 +0000 (23:40 +0000)
commit11938f101889459ececb9ae4c533514f4fdb3e4e
treea40aad2626bbdb613720af1b53ba49608a1a3050
parent279a482ab2a0d38a84c18c3db680f22ad5af556d
(read1): Use xmalloc and xrealloc, not malloc and realloc.
(dump_path): New static var.
(init_lread): Use that to record dump-time initial path.
Delete the local var dump_path; find Vsource_directory differently.
(syms_of_lread): staticpro it.
src/lread.c