* src/options.c (OPTN, DRTV, BOTH): New.

(option_table): Use them.
* src/muscle_tab.c: Don't include xalloc.h and string.h: that's
the job of system.h.
* src/options.c: Don't include stdio.h and xalloc.h for the same
reasons.
This commit is contained in:
Akim Demaille
2001-12-10 09:06:27 +00:00
parent 5449dd0f25
commit 0edad74997
3 changed files with 74 additions and 54 deletions

View File

@@ -18,9 +18,6 @@
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <string.h>
#include "xalloc.h"
#include "system.h"
#include "hash.h"
#include "files.h"