|
|
@@ -110,9 +110,9 @@ Index: ctalk-0.0.63/src/Makefile.in
|
|
|
LIBTOOL = @LIBTOOL@
|
|
|
LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
|
|
|
LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
|
|
|
-Index: ctpp-1.0.37/ctpp/Makefile.in
|
|
|
---- ctpp-1.0.37/ctpp/Makefile.in.orig 2008-07-05 01:30:15 +0200
|
|
|
-+++ ctpp-1.0.37/ctpp/Makefile.in 2008-07-05 10:03:08 +0200
|
|
|
+Index: ctpp-1.0.38/ctpp/Makefile.in
|
|
|
+--- ctpp-1.0.38/ctpp/Makefile.in.orig 2008-07-05 01:30:15 +0200
|
|
|
++++ ctpp-1.0.38/ctpp/Makefile.in 2008-07-05 10:03:08 +0200
|
|
|
@@ -119,7 +119,7 @@
|
|
|
LD = @LD@
|
|
|
LDFLAGS = @LDFLAGS@
|
|
|
@@ -122,9 +122,9 @@ Index: ctpp-1.0.37/ctpp/Makefile.in
|
|
|
LIBTOOL = @LIBTOOL@
|
|
|
LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
|
|
|
LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
|
|
|
-Index: ctpp-1.0.37/ctpp/builtins.c
|
|
|
---- ctpp-1.0.37/ctpp/builtins.c.orig 2008-07-05 00:53:40 +0200
|
|
|
-+++ ctpp-1.0.37/ctpp/builtins.c 2008-07-05 10:03:08 +0200
|
|
|
+Index: ctpp-1.0.38/ctpp/builtins.c
|
|
|
+--- ctpp-1.0.38/ctpp/builtins.c.orig 2008-07-05 00:53:40 +0200
|
|
|
++++ ctpp-1.0.38/ctpp/builtins.c 2008-07-05 10:03:08 +0200
|
|
|
@@ -108,11 +108,12 @@
|
|
|
* config file included above. See the comments in
|
|
|
* config/linux-gnu-x86.c
|
|
|
@@ -152,9 +152,9 @@ Index: ctpp-1.0.37/ctpp/builtins.c
|
|
|
return FALSE;
|
|
|
}
|
|
|
|
|
|
-Index: ctpp-1.0.37/ctpp/ccompat.c
|
|
|
---- ctpp-1.0.37/ctpp/ccompat.c.orig 2008-05-23 00:23:11 +0200
|
|
|
-+++ ctpp-1.0.37/ctpp/ccompat.c 2008-07-05 10:03:08 +0200
|
|
|
+Index: ctpp-1.0.38/ctpp/ccompat.c
|
|
|
+--- ctpp-1.0.38/ctpp/ccompat.c.orig 2008-05-23 00:23:11 +0200
|
|
|
++++ ctpp-1.0.38/ctpp/ccompat.c 2008-07-05 10:03:08 +0200
|
|
|
@@ -55,8 +55,10 @@
|
|
|
|
|
|
char cpp_subdir[FILENAME_MAX];
|
|
|
@@ -175,9 +175,9 @@ Index: ctpp-1.0.37/ctpp/ccompat.c
|
|
|
|
|
|
strcpy (cc_path, which ("cc"));
|
|
|
cc_include_paths[1] = strdup ("/usr/include");
|
|
|
-Index: ctpp-1.0.37/ctpp/i_opt.c
|
|
|
---- ctpp-1.0.37/ctpp/i_opt.c.orig 2008-04-26 08:20:51 +0200
|
|
|
-+++ ctpp-1.0.37/ctpp/i_opt.c 2008-07-05 10:03:08 +0200
|
|
|
+Index: ctpp-1.0.38/ctpp/i_opt.c
|
|
|
+--- ctpp-1.0.38/ctpp/i_opt.c.orig 2008-04-26 08:20:51 +0200
|
|
|
++++ ctpp-1.0.38/ctpp/i_opt.c 2008-07-05 10:03:08 +0200
|
|
|
@@ -30,6 +30,8 @@
|
|
|
#include <stdlib.h>
|
|
|
#include <string.h>
|
|
|
@@ -187,9 +187,9 @@ Index: ctpp-1.0.37/ctpp/i_opt.c
|
|
|
#include "ctpp.h"
|
|
|
|
|
|
extern char source_file[FILENAME_MAX]; /* Declared in rtinfo.c. */
|
|
|
-Index: ctpp-1.0.37/libctpp/lex.c
|
|
|
---- ctpp-1.0.37/libctpp/lex.c.orig 2008-06-19 15:38:02 +0200
|
|
|
-+++ ctpp-1.0.37/libctpp/lex.c 2008-07-05 10:03:08 +0200
|
|
|
+Index: ctpp-1.0.38/libctpp/lex.c
|
|
|
+--- ctpp-1.0.38/libctpp/lex.c.orig 2008-06-19 15:38:02 +0200
|
|
|
++++ ctpp-1.0.38/libctpp/lex.c 2008-07-05 10:03:08 +0200
|
|
|
@@ -26,6 +26,8 @@
|
|
|
#include <string.h>
|
|
|
#include <ctype.h>
|