| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/htmltolatex/files/ |
Upload File : |
--- h2l.y.orig Wed Oct 10 14:24:26 2001
+++ h2l.y Fri Feb 21 03:11:01 2003
@@ -1,4 +1,5 @@
%{
+using namespace std;
#include <iostream>
#include <stdio.h>
@@ -136,6 +137,7 @@
;
head_block_init: TAG_HEAD_START { if (!gMainDataStart) InitiateMainData(); }
+ ;
head_block_start: head_block_init TAG_CLOSE { gIgnoreNonTagChars = true; }
| head_block_init attribute_list TAG_CLOSE { gIgnoreNonTagChars = true; }
;