summaryrefslogtreecommitdiff
path: root/devel/astyle/files/patch-ac
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-07-22 14:34:45 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-07-22 14:34:45 +0000
commitc9aca46b2363108b0f3339d9e90175e47d102bc5 (patch)
treead16435747bec9a1d7e9aead7e09e90f8118c935 /devel/astyle/files/patch-ac
parentActivate gdict. (diff)
Add two patches I forgot to add yesterday.
Noticed by: maintainer
Notes
Notes: svn path=/head/; revision=20314
Diffstat (limited to '')
-rw-r--r--devel/astyle/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/astyle/files/patch-ac b/devel/astyle/files/patch-ac
new file mode 100644
index 000000000000..1328967ade11
--- /dev/null
+++ b/devel/astyle/files/patch-ac
@@ -0,0 +1,11 @@
+--- ASFormatter.cpp.orig Sun Jul 18 19:07:09 1999
++++ ASFormatter.cpp Sun Jul 18 19:08:47 1999
+@@ -33,7 +33,7 @@
+ #include <cctype>
+ #include <vector>
+ #include <algorithm>
+-#include <iostream>
++#include <iostream.h>
+
+
+ #define INIT_CONTAINER(container, value) {if ( (container) != NULL ) delete (container); (container) = (value); }