diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-18 17:08:19 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-18 17:08:19 +0000 |
commit | 92021a5936adeecf2889d9a06b4b61483c8ed108 (patch) | |
tree | 8d604f8ad217b106d5ff205d46124501d7cec788 /devel/re2c | |
parent | 7ad604103939aa87f2c5cd993bb6984523bab522 (diff) | |
download | ports-92021a5936adeecf2889d9a06b4b61483c8ed108.tar.gz ports-92021a5936adeecf2889d9a06b4b61483c8ed108.zip |
Notes
Diffstat (limited to 'devel/re2c')
-rw-r--r-- | devel/re2c/files/patch-action.cc | 10 | ||||
-rw-r--r-- | devel/re2c/files/patch-substr.h | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/devel/re2c/files/patch-action.cc b/devel/re2c/files/patch-action.cc deleted file mode 100644 index 71c6b0393065..000000000000 --- a/devel/re2c/files/patch-action.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- actions.cc.orig Tue Jun 1 17:31:44 2004 -+++ actions.cc Tue Jun 1 17:32:05 2004 -@@ -1,6 +1,7 @@ - /* $Id: actions.cc,v 1.5 2004/05/13 02:58:17 nuffer Exp $ */ - #include <time.h> - #include <string.h> -+#include <ctype.h> - #include <iostream> - #include <iomanip> - diff --git a/devel/re2c/files/patch-substr.h b/devel/re2c/files/patch-substr.h deleted file mode 100644 index b1ece44a71fd..000000000000 --- a/devel/re2c/files/patch-substr.h +++ /dev/null @@ -1,10 +0,0 @@ ---- substr.h.orig Thu May 13 10:58:18 2004 -+++ substr.h Tue Jun 1 17:31:18 2004 -@@ -2,6 +2,7 @@ - #ifndef _substr_h - #define _substr_h - -+#include <sys/types.h> - #include <iostream> - #include "basics.h" - |