summaryrefslogtreecommitdiff
path: root/textproc/htmltolatex/files/patch-h2l.l
blob: 6f667bf1472fd05727157d3fced93b080abae1b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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
 
-#include "h2l.tab.cpp.h"
+#include "h2l.tab.hpp"
 #include "CH2L.h"
 #include "util.h"
 #include <assert.h>