From 13d6923b5e6edf727e00484ae05c22dbfa8e1c7c Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 17 Oct 2003 17:39:29 +0000 Subject: [project @ 2003-10-17 17:39:29 by bursa] Implement :link, ignore stylesheets with syntax errors, parse pseudo classes. svn path=/import/netsurf/; revision=367 --- css/scanner.l | 1 + 1 file changed, 1 insertion(+) (limited to 'css/scanner.l') diff --git a/css/scanner.l b/css/scanner.l index ccac33c1d..168ca012a 100644 --- a/css/scanner.l +++ b/css/scanner.l @@ -18,6 +18,7 @@ %option reentrant %option never-interactive %option noyywrap +%option yylineno /* see CSS2 Specification, chapter 4 http://www.w3.org/TR/REC-CSS2/syndata.html, -- cgit v1.2.3