Don't include signal.h.
authorJim Meyering <jim@meyering.net>
Sun, 14 Sep 1997 16:24:17 +0000 (16:24 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Sep 1997 16:24:17 +0000 (16:24 +0000)
src/tac.c

index 07fb085ee3fd5a028312d28de6ab9f825fd26241..d3da8f5baa17e6e2c999779bd031bae177ba4f16 100644 (file)
--- a/src/tac.c
+++ b/src/tac.c
@@ -40,7 +40,6 @@ tac -r -s '.\|
 #include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>
-#include <signal.h>
 #if WITH_REGEX
 # include <regex.h>
 #else
@@ -55,7 +54,7 @@ char *realloc ();
 #endif
 
 #ifndef DEFAULT_TMPDIR
-#define DEFAULT_TMPDIR "/tmp"
+# define DEFAULT_TMPDIR "/tmp"
 #endif
 
 /* The number of bytes per atomic read. */
@@ -455,7 +454,6 @@ save_stdin (FILE **g_tmp, char **g_tempfile)
 static int
 tac_stdin (void)
 {
-  /* Previous values of signal handlers. */
   int errors;
   struct stat stats;