From 1a9e1e1835f8fb6ea4fd146025244e0c82c52f98 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 20 Jan 2002 18:37:32 +0000 Subject: add htmltolatex 1 HTML to LaTeX to PDF Converter --- textproc/htmltolatex/files/patch-h2l.l | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/htmltolatex/files/patch-h2l.l (limited to 'textproc/htmltolatex/files/patch-h2l.l') diff --git a/textproc/htmltolatex/files/patch-h2l.l b/textproc/htmltolatex/files/patch-h2l.l new file mode 100644 index 000000000000..c37e6e01c41a --- /dev/null +++ b/textproc/htmltolatex/files/patch-h2l.l @@ -0,0 +1,11 @@ +--- h2l.l.orig Sun Jan 20 14:47:49 2002 ++++ h2l.l Sun Jan 20 14:47:56 2002 +@@ -2,7 +2,7 @@ + #include "CLexData.h" + #define YYSTYPE CLexDataPtr + +-#include "h2l.tab.cpp.h" ++#include "h2l.tab.hpp" + #include "CH2L.h" + #include "util.h" + #include -- cgit v1.2.3