summaryrefslogtreecommitdiff
path: root/devel/antlr/files/patch-lib::cpp::antlr::ANTLRException.hpp
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2003-05-08 08:46:28 +0000
committerErnst de Haan <znerd@FreeBSD.org>2003-05-08 08:46:28 +0000
commit0972feddc129cdeede64b1df789fa39881f3f3ab (patch)
treeafeabc0253bbfffa032205e3fcca7727c2a26767 /devel/antlr/files/patch-lib::cpp::antlr::ANTLRException.hpp
parentUpdated to 2003.0211 (diff)
Update ANTLR to 2.7.2.
PR: 51416, 51417, 51418, 51905 Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r--devel/antlr/files/patch-lib::cpp::antlr::ANTLRException.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/antlr/files/patch-lib::cpp::antlr::ANTLRException.hpp b/devel/antlr/files/patch-lib::cpp::antlr::ANTLRException.hpp
new file mode 100644
index 000000000000..7048a047e182
--- /dev/null
+++ b/devel/antlr/files/patch-lib::cpp::antlr::ANTLRException.hpp
@@ -0,0 +1,10 @@
+--- lib/cpp/antlr/ANTLRException.hpp.orig Fri Apr 25 01:59:50 2003
++++ lib/cpp/antlr/ANTLRException.hpp Fri Apr 25 01:55:50 2003
+@@ -9,6 +9,7 @@
+ */
+
+ #include <antlr/config.hpp>
++#include <exception>
+ #include <string>
+
+ #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE