.
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 5f47711c6daa26c9e85eba0e7c2cea39fd7f26cd..c0708bfbbd992c8cde971bd27c4f159c8d813cec 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 453aeedcf51efc96f18404fd836f69eec38e845f..2de97e231b7a588b5d3c8571d6604982bbaa2c5c 100644 (file)
--- a/lib/rx.c
+++ b/lib/rx.c
@@ -7183,8 +7183,3 @@ regfree (preg)
 }
 
 #endif /* not emacs  */
-
-
-
-
-