fix build

This commit is contained in:
espie 2010-05-23 01:10:54 +00:00
parent e132cb4724
commit 84db74def7
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-html_l,v 1.1 2010/05/23 01:10:54 espie Exp $
--- html.l.orig Sun May 23 03:08:20 2010
+++ html.l Sun May 23 03:08:43 2010
@@ -640,6 +640,7 @@ static void parse_html(void)
break;
default:
+ ;
}
}

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-htmlmodify_l,v 1.1 2010/05/23 01:10:54 espie Exp $
--- htmlmodify.l.orig Sun May 23 03:09:19 2010
+++ htmlmodify.l Sun May 23 03:09:51 2010
@@ -399,6 +399,7 @@ static void modify_html(void)
break;
default:
+ ;
}
if(cache_info)