blob: 8403e441cd3e4302784d3a3e7c00e9a4e02af7b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- html/style_y.y.orig 1998-04-04 14:58:33 UTC
+++ html/style_y.y
@@ -255,7 +255,8 @@ term
case SSTERM_HEXCOLOR:
case SSTERM_URL:
case SSTERM_RGB:
- }
+ break;
+ }
$$ = $2;
}
| '+' term_base { $$ = $2; }
|