diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-05-23 13:16:13 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-05-23 13:16:13 +0000 |
commit | cbf491d0bfac990f655fb387ebb75a0f8298bfd3 (patch) | |
tree | 1bb558fb1c66b6a45b75f252acd657591c623328 /dev-util/pccts/files | |
parent | fixing bug 21528 (diff) | |
download | gentoo-2-cbf491d0bfac990f655fb387ebb75a0f8298bfd3.tar.gz gentoo-2-cbf491d0bfac990f655fb387ebb75a0f8298bfd3.tar.bz2 gentoo-2-cbf491d0bfac990f655fb387ebb75a0f8298bfd3.zip |
fixing bug 21528
Diffstat (limited to 'dev-util/pccts/files')
-rw-r--r-- | dev-util/pccts/files/pccts-1.33.32-r1-gentoo.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/pccts/files/pccts-1.33.32-r1-gentoo.diff b/dev-util/pccts/files/pccts-1.33.32-r1-gentoo.diff index 6e09ef6aafa2..5835c807104c 100644 --- a/dev-util/pccts/files/pccts-1.33.32-r1-gentoo.diff +++ b/dev-util/pccts/files/pccts-1.33.32-r1-gentoo.diff @@ -47,3 +47,23 @@ printf("ANTLR = $(BIN)%santlr\n", DirectorySymbol); printf("DLG = $(BIN)%sdlg\n", DirectorySymbol); if (num_sors>0) printf("SOR = $(BIN)%ssor\n", DirectorySymbol); +--- pccts/sorcerer/lib/sorlist.c 1999-06-30 03:15:56.000000000 +0200 ++++ pccts/sorcerer/lib/sorlist.c.new 2003-05-23 11:11:09.000000000 +0200 +@@ -28,6 +28,7 @@ + */ + #include <stdio.h> + #include <setjmp.h> ++#include "pcctscfg.h" + + #ifdef PCCTS_USE_STDARG + #include <stdarg.h> +--- pccts/sorcerer/lib/sintstack.c 1999-06-30 15:08:06.000000000 +0200 ++++ pccts/sorcerer/lib/sintstack.c.new 2003-05-23 12:54:26.000000000 +0200 +@@ -28,6 +28,7 @@ + */ + #include <stdio.h> + #include <setjmp.h> ++#include "pcctscfg.h" + + #ifdef PCCTS_USE_STDARG + #include <stdarg.h> |