/* expand - convert tabs to spaces
- Copyright (C) 89, 91, 95, 96, 1997 Free Software Foundation, Inc.
+ Copyright (C) 89, 91, 95, 96, 1997, 1998 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <config.h>
-/* Get isblank from GNU libc. */
-#define _GNU_SOURCE
-
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
#include <config.h>
-/* Get isblank from GNU libc. */
-#define _GNU_SOURCE
-
#include <sys/types.h>
#include <signal.h>
#include <stdio.h>
-#ifndef ENABLE_ASSERTIONS
-# define NDEBUG 1
-#endif
#include <assert.h>
#include "system.h"
#include "long-options.h"