diff options
Diffstat (limited to 'textproc/htmltolatex/files/patch-h2l.l')
-rw-r--r-- | textproc/htmltolatex/files/patch-h2l.l | 11 |
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 0000000..c37e6e0 --- /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> |