diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-18 00:17:35 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-18 00:17:35 +0000 |
commit | e209d3e67659af61578794b7e3fae35eb8fb654c (patch) | |
tree | 5bd255f5855b35f57da209c50e4d6481854ad585 /japanese/xjtext/files/patch-parser.y | |
parent | de8eb424025c3c97785ba784468905f2b3c31573 (diff) |
Notes
Diffstat (limited to 'japanese/xjtext/files/patch-parser.y')
-rw-r--r-- | japanese/xjtext/files/patch-parser.y | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/japanese/xjtext/files/patch-parser.y b/japanese/xjtext/files/patch-parser.y new file mode 100644 index 000000000000..a607af2549c6 --- /dev/null +++ b/japanese/xjtext/files/patch-parser.y @@ -0,0 +1,15 @@ +--- 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" + %} + |