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.
 
 
 
 
 
 

23 lines
874 B

Index: src/doc2html.c
--- src/doc2html.c.orig 2003-02-17 11:48:50 +0100
+++ src/doc2html.c 2005-04-23 20:54:21 +0200
@@ -32,7 +32,6 @@
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
-#include <malloc.h>
#define MAX_LINE_LEN 1024
#define TRUE 1
Index: srcunx/unx.mak
--- srcunx/unx.mak.orig 2004-11-27 06:51:26 +0100
+++ srcunx/unx.mak 2005-04-23 20:54:57 +0200
@@ -77,7 +77,7 @@
# Other possible options are -Wtraditional
# Compiler flags for C and C++ files.
-CFLAGS=-O -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -Wcast-qual -Wwrite-strings $(CDEBUG) -DX11 -DUNIX -DNONAG $(RPM_OPT_FLAGS) `gtk-config --cflags` $(XINCLUDE) $(PFLAGS)
+CFLAGS=$(CDEBUG) -DX11 -DUNIX -DNONAG $(RPM_OPT_FLAGS) `gtk-config --cflags` $(XINCLUDE) $(PFLAGS)
# Linker flags
LFLAGS=$(LDEBUG) $(PLINK) `gtk-config --libs`