Moving edit_read_line() and simple_read_line() to loaders.c, and
authorjongfoster <jongfoster@users.sourceforge.net>
Tue, 22 Jan 2002 23:46:18 +0000 (23:46 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Tue, 22 Jan 2002 23:46:18 +0000 (23:46 +0000)
commit7e4539d2c04b5be6486540da75c6a893e32a4044
treebaa99ef0db5fd69b785babe6b7fef500a7980d65
parent2bd9da82bd20174e904cae1cce5f19cdfb14fa96
Moving edit_read_line() and simple_read_line() to loaders.c, and
extending them to support reading MS-DOS, Mac and UNIX style files
on all platforms.

Modifying read_config_line() (without changing it's prototype) to
be a trivial wrapper for edit_read_line().  This means that we have
one function to read a line and handle comments, which is common
between the initialization code and the edit interface.
loaders.c
loaders.h