From 78979c9a49935911debea30211c7fbe7d6e3c512 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Fri, 21 Feb 2003 22:17:34 +0000 Subject: Fix build for -CURRENT (GCC3). --- textproc/htmltolatex/files/patch-h2l.l | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'textproc/htmltolatex/files/patch-h2l.l') 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 -- cgit v1.2.3