bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-indent] Indent ported to nsr-tandem-nsk.


From: Bates, Tom
Subject: [Bug-indent] Indent ported to nsr-tandem-nsk.
Date: Tue, 17 Feb 2004 14:29:32 -0600

Please accept the diffs below.

Thanks,
Tom Bates



diff -ru indent-2.2.9/intl/loadmsgcat.c
/usr/local/Floss/indent-2.2.9/intl/loadm
sgcat.c
--- indent-2.2.9/intl/loadmsgcat.c      2002-12-17 11:31:14.000000000
-0600
+++ /usr/local/Floss/indent-2.2.9/intl/loadmsgcat.c     2004-02-17
14:18:33.0000
00000 -0600
@@ -19,6 +19,10 @@
 /* Tell glibc's <string.h> to provide a prototype for mempcpy().
    This must come before <config.h> because <config.h> may include
    <features.h>, and once <features.h> has been included, it's too
late.  */
+#ifdef __TANDEM
+#include <floss.h>
+#endif
+
 #ifndef _GNU_SOURCE
 # define _GNU_SOURCE    1
 #endif



diff -ru indent-2.2.9/man/texinfo2man.c
/usr/local/Floss/indent-2.2.9/man/texinf
o2man.c
--- indent-2.2.9/man/texinfo2man.c      2002-01-17 13:28:51.000000000
-0600
+++ /usr/local/Floss/indent-2.2.9/man/texinfo2man.c     2004-02-17
14:27:33.0000
00000 -0600
@@ -1,5 +1,7 @@
 #include <stdio.h>
+#ifndef __TANDEM
 #include <malloc.h>
+#endif
 #include <string.h>
 #include <ctype.h>
  



diff -ru indent-2.2.9/src/io.c /usr/local/Floss/indent-2.2.9/src/io.c
--- indent-2.2.9/src/io.c       2002-08-04 11:08:41.000000000 -0600
+++ /usr/local/Floss/indent-2.2.9/src/io.c      2004-02-17
14:18:29.000000000 -0
600
@@ -23,6 +23,10 @@
  * 2002-01-17 D.Ingamells Add a final newline if not present in file.
  */
 
+#ifdef __TANDEM
+#include <floss.h>
+#endif
+
 #include "sys.h"
 
 #include <ctype.h>








reply via email to

[Prev in Thread] Current Thread [Next in Thread]