aboutsummaryrefslogtreecommitdiff
path: root/java/jlint
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-18 04:20:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-18 04:20:16 +0000
commitb78a4c4130e48675de6ed757de8bb020e4ce900e (patch)
tree39ee2ebc09a025e6c43385fd815a0914620b40b2 /java/jlint
parent7eaa42259842320157d3e7b296110f48b18d8ca6 (diff)
downloadports-b78a4c4130e48675de6ed757de8bb020e4ce900e.tar.gz
ports-b78a4c4130e48675de6ed757de8bb020e4ce900e.zip
Notes
Diffstat (limited to 'java/jlint')
-rw-r--r--java/jlint/files/patch-inlines.hh10
-rw-r--r--java/jlint/files/patch-utf_string.hh10
2 files changed, 20 insertions, 0 deletions
diff --git a/java/jlint/files/patch-inlines.hh b/java/jlint/files/patch-inlines.hh
new file mode 100644
index 000000000000..aabe88ab7c4a
--- /dev/null
+++ b/java/jlint/files/patch-inlines.hh
@@ -0,0 +1,10 @@
+--- inlines.hh.orig Thu Jul 17 21:18:47 2003
++++ inlines.hh Thu Jul 17 21:18:53 2003
+@@ -1,5 +1,7 @@
+ // inline functions
+
++#include <assert.h>
++
+ #ifndef INLINES_HH
+ #define INLINES_HH
+
diff --git a/java/jlint/files/patch-utf_string.hh b/java/jlint/files/patch-utf_string.hh
new file mode 100644
index 000000000000..7723b44e354d
--- /dev/null
+++ b/java/jlint/files/patch-utf_string.hh
@@ -0,0 +1,10 @@
+--- utf_string.hh.orig Thu Jul 17 21:03:53 2003
++++ utf_string.hh Thu Jul 17 21:04:03 2003
+@@ -1,6 +1,7 @@
+ #ifndef UTF_STRING_HH
+ #define UTF_STRING_HH
+
++#include <assert.h>
+ #include <string>
+ #include <stdio.h>
+ #include "functions.hh"