summaryrefslogtreecommitdiff
path: root/textproc/htmltolatex
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-02 03:57:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-02 03:57:52 +0000
commit73a1b02376c4781ae884ad21c9823b9ae1ff17bd (patch)
treef9f2708663f0b364356be91288f9a70d23999850 /textproc/htmltolatex
parentFix build with bison 1.75. (diff)
Fix build with bison 1.75.
Reported by: bento
Notes
Notes: svn path=/head/; revision=71307
Diffstat (limited to 'textproc/htmltolatex')
-rw-r--r--textproc/htmltolatex/files/patch-h2l.y10
1 files changed, 10 insertions, 0 deletions
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; }
+ ;