From 73a1b02376c4781ae884ad21c9823b9ae1ff17bd Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 2 Dec 2002 03:57:52 +0000 Subject: Fix build with bison 1.75. Reported by: bento --- textproc/htmltolatex/files/patch-h2l.y | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 textproc/htmltolatex/files/patch-h2l.y (limited to 'textproc/htmltolatex/files/patch-h2l.y') diff --git a/textproc/htmltolatex/files/patch-h2l.y b/textproc/htmltolatex/files/patch-h2l.y new file mode 100644 index 000000000000..be13c7149aa6 --- /dev/null +++ b/textproc/htmltolatex/files/patch-h2l.y @@ -0,0 +1,10 @@ +--- h2l.y.orig Sun Dec 1 22:57:58 2002 ++++ h2l.y Sun Dec 1 22:58:30 2002 +@@ -136,6 +136,7 @@ + ; + + head_block_init: TAG_HEAD_START { if (!gMainDataStart) InitiateMainData(); } ++ ; + head_block_start: head_block_init TAG_CLOSE { gIgnoreNonTagChars = true; } + | head_block_init attribute_list TAG_CLOSE { gIgnoreNonTagChars = true; } + ; -- cgit v1.2.3