From f3871ddf33d016499a7dac7613e9acbc0ca47eb2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 15 Apr 2009 16:28:30 +0000 Subject: A bunch of c89. Lose trailing commas. GCC 2.95 compatibility. svn path=/trunk/libcss/; revision=7099 --- src/parse/parse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/parse/parse.h') diff --git a/src/parse/parse.h b/src/parse/parse.h index 3a460e6..c590858 100644 --- a/src/parse/parse.h +++ b/src/parse/parse.h @@ -31,7 +31,7 @@ typedef enum css_parser_event { CSS_PARSER_START_BLOCK, CSS_PARSER_END_BLOCK, CSS_PARSER_BLOCK_CONTENT, - CSS_PARSER_DECLARATION, + CSS_PARSER_DECLARATION } css_parser_event; typedef css_error (*css_parser_event_handler)(css_parser_event type, @@ -42,7 +42,7 @@ typedef css_error (*css_parser_event_handler)(css_parser_event type, */ typedef enum css_parser_opttype { CSS_PARSER_QUIRKS, - CSS_PARSER_EVENT_HANDLER, + CSS_PARSER_EVENT_HANDLER } css_parser_opttype; /** -- cgit v1.2.1