freebsd-ports/japanese/xjtext/files/patch-parser.y
Jean-Yves Lefort e209d3e676 - Fix build on -CURRENT [1]
- Do not ignore CXX and CXXFLAGS [1]
- Use DOCSDIR and EXAMPLESDIR [1]
- Use SUB_FILES=pkg-message
- Improve the grammar of pkg-message and pkg-descr
- Fix a typo in COMMENT

PR:		ports/81124 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [1]
2005-05-18 00:17:35 +00:00

15 lines
292 B
Text

--- parser.y.orig Sat Sep 4 22:45:16 1999
+++ parser.y Mon May 16 15:57:22 2005
@@ -1,8 +1,8 @@
%{
-#include <stdlib.h>
-#include <stdio.h>
-#include <stream.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstdio>
+#include <iostream>
+#include <cstring>
#include "parsing.h"
%}