freebsd-ports/devel/astyle/files/patch-ab
Chris Piazza c9aca46b23 Add two patches I forgot to add yesterday.
Noticed by:	maintainer
1999-07-22 14:34:45 +00:00

12 lines
358 B
Text

--- ASBeautifier.cpp.orig Thu Mar 18 15:47:00 1999
+++ ASBeautifier.cpp Sun Apr 11 10:23:48 1999
@@ -34,1 +34,1 @@
-#include <iostream>
+#include <iostream.h>
--- astyle_main.cpp.orig Thu Mar 18 15:41:30 1999
+++ astyle_main.cpp Sun Apr 11 10:25:00 1999
@@ -26,2 +26,2 @@
-#include <iostream>
-#include <fstream>
+#include <iostream.h>
+#include <fstream.h>