. TEXTUTILS-1_19m
authorJim Meyering <jim@meyering.net>
Sat, 28 Sep 1996 18:08:03 +0000 (18:08 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Sep 1996 18:08:03 +0000 (18:08 +0000)
lib/argmatch.c
lib/rx.c

index 5f47711..c0708bf 100644 (file)
 /* Written by David MacKenzie <djm@ai.mit.edu> */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
 #endif
 
 #include <sys/types.h>
 
 #include <stdio.h>
 #ifdef STDC_HEADERS
-#include <string.h>
+# include <string.h>
 #endif
 
 extern char *program_name;
index 453aeed..2de97e2 100644 (file)
--- a/lib/rx.c
+++ b/lib/rx.c
@@ -7183,8 +7183,3 @@ regfree (preg)
 }
 
 #endif /* not emacs  */
-
-
-
-
-