diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-21 22:17:34 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-21 22:17:34 +0000 |
commit | 78979c9a49935911debea30211c7fbe7d6e3c512 (patch) | |
tree | b289a596cda619eff44f6309b862c283764bb952 /textproc/htmltolatex/files/patch-h2l.l | |
parent | New MASTER_SITE, and there isn't a homepage describing this project (diff) |
Fix build for -CURRENT (GCC3).
Diffstat (limited to 'textproc/htmltolatex/files/patch-h2l.l')
-rw-r--r-- | textproc/htmltolatex/files/patch-h2l.l | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/textproc/htmltolatex/files/patch-h2l.l b/textproc/htmltolatex/files/patch-h2l.l index c37e6e01c41a..320b5f494960 100644 --- a/textproc/htmltolatex/files/patch-h2l.l +++ b/textproc/htmltolatex/files/patch-h2l.l @@ -1,6 +1,12 @@ ---- h2l.l.orig Sun Jan 20 14:47:49 2002 -+++ h2l.l Sun Jan 20 14:47:56 2002 -@@ -2,7 +2,7 @@ + +$FreeBSD$ + +--- h2l.l.orig Wed Oct 10 14:24:26 2001 ++++ h2l.l Fri Feb 21 03:10:30 2003 +@@ -1,8 +1,10 @@ + %{ ++using namespace std; ++ #include "CLexData.h" #define YYSTYPE CLexDataPtr |