summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-09 02:35:23 +0000
committerJim Meyering <jim@meyering.net>1996-10-09 02:35:23 +0000
commit8cdf507496138203fbf4c3f36c70575825ad7bf1 (patch)
tree14e0df3f042ef6fc64462c06b1b700cdaea4b35a
parent045e7caebafe1a9b6e8f346e368fad19a46ac5ff (diff)
downloadgnulib-8cdf507496138203fbf4c3f36c70575825ad7bf1.tar.gz
.
-rw-r--r--lib/full-write.c4
-rw-r--r--lib/getopt.h4
-rw-r--r--lib/long-options.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/full-write.c b/lib/full-write.c
index 9f30b85a36..46d030b95d 100644
--- a/lib/full-write.c
+++ b/lib/full-write.c
@@ -18,13 +18,13 @@
Copied largely from GNU C's cccp.c.
*/
-#ifdef HAVE_CONFIG_H
+#if HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
-#ifdef HAVE_UNISTD_H
+#if HAVE_UNISTD_H
# include <unistd.h>
#endif
diff --git a/lib/getopt.h b/lib/getopt.h
index 952f4830d3..aa7877f863 100644
--- a/lib/getopt.h
+++ b/lib/getopt.h
@@ -12,8 +12,8 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef _GETOPT_H
#define _GETOPT_H 1
diff --git a/lib/long-options.h b/lib/long-options.h
index f11a2d7fe4..d428dd196a 100644
--- a/lib/long-options.h
+++ b/lib/long-options.h
@@ -1,8 +1,8 @@
#undef __P
#if defined (__STDC__) && __STDC__
-#define __P(args) args
+# define __P(args) args
#else
-#define __P(args) ()
+# define __P(args) ()
#endif
void