You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.0 KiB
47 lines
1.0 KiB
Index: man/texinfo2man.c |
|
--- man/texinfo2man.c.orig 2002-01-17 20:28:51.000000000 +0100 |
|
+++ man/texinfo2man.c 2004-02-01 09:59:30.000000000 +0100 |
|
@@ -1,5 +1,5 @@ |
|
#include <stdio.h> |
|
-#include <malloc.h> |
|
+#include <stdlib.h> |
|
#include <string.h> |
|
#include <ctype.h> |
|
|
|
Index: src/globs.c |
|
--- src/globs.c.orig 2002-03-15 08:48:45.000000000 +0100 |
|
+++ src/globs.c 2004-02-01 10:04:14.000000000 +0100 |
|
@@ -19,9 +19,6 @@ |
|
#include "indent.h" |
|
#include "globs.h" |
|
|
|
-#ifdef HAVE_MALLOC_H |
|
-#include <malloc.h> |
|
-#endif |
|
#include <stdlib.h> |
|
#include <errno.h> |
|
|
|
Index: src/wildexp.c |
|
--- src/wildexp.c.orig 2002-02-26 21:38:27.000000000 +0100 |
|
+++ src/wildexp.c 2004-02-01 10:04:37.000000000 +0100 |
|
@@ -24,7 +24,6 @@ |
|
#include <string.h> |
|
#include <stdlib.h> |
|
#include <direct.h> |
|
-#include <malloc.h> |
|
#include <ctype.h> |
|
|
|
#include "sys.h" |
|
|
|
Index: src/indent.h |
|
--- src/indent.h.orig 2002-11-10 22:02:48 +0100 |
|
+++ src/indent.h 2005-09-23 10:25:46 +0200 |
|
@@ -97,7 +97,7 @@ |
|
extern unsigned long in_prog_size; |
|
|
|
/* The output file. */ |
|
-extern FILE *output; |
|
+/* extern FILE *output; */ |
|
|
|
|
|
|
|
|