.
authorJim Meyering <jim@meyering.net>
Wed, 9 Oct 1996 02:35:23 +0000 (02:35 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 9 Oct 1996 02:35:23 +0000 (02:35 +0000)
lib/full-write.c
lib/getopt.h
lib/long-options.h

index 9f30b85a3619284297f4edfb4b9c4b41b2068249..46d030b95d5044b00ebf170afd632cafdac451b9 100644 (file)
    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
 
index 952f4830d3dcf6a4b4f2082fb58cbe2a3f283a46..aa7877f8632b8a661ccde0746c24eab03f8f0f37 100644 (file)
@@ -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
index f11a2d7fe4f674932604251d3e124bdfb7780914..d428dd196afe452d6389693f5302feaacd5919a9 100644 (file)
@@ -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