ports/devel/doc++/patches/patch-src_doc2dbsgml_ll

22 lines
374 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/doc2dbsgml.ll
--- src/doc2dbsgml.ll.orig
+++ src/doc2dbsgml.ll
@@ -22,11 +22,15 @@
%{
#include <assert.h>
-#include <fstream.h>
-#include <iostream.h>
+#include <fstream>
+#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+
+using std::cerr;
+using std::endl;
+using std::ifstream;
#include "classgraph.h"
#include "doc.h"