summaryrefslogtreecommitdiff
path: root/textproc/htmltolatex/files/patch-h2l.l
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-20 18:37:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-20 18:37:32 +0000
commit1a9e1e1835f8fb6ea4fd146025244e0c82c52f98 (patch)
treeec2d01c51f262425020fb588df1a7d846eb8b59d /textproc/htmltolatex/files/patch-h2l.l
parentStop pkg_delete time messages caused by uneraseable directories. (diff)
add htmltolatex 1
HTML to LaTeX to PDF Converter
Notes
Notes: svn path=/head/; revision=53391
Diffstat (limited to 'textproc/htmltolatex/files/patch-h2l.l')
-rw-r--r--textproc/htmltolatex/files/patch-h2l.l11
1 files changed, 11 insertions, 0 deletions
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 <assert.h>