From 4fda55175204c31d833975c0ccb968e0b8f6039a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 9 Feb 2005 05:02:01 +0000 Subject: (parse_elements): Added %S, %B and %E elements, for printing the source path, beginning and ending positions of an entry. --- format.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'format.h') diff --git a/format.h b/format.h index 37e5e21a..3d45a2d0 100644 --- a/format.h +++ b/format.h @@ -17,6 +17,9 @@ struct element_t enum kind_t { STRING, VALUE_EXPR, + SOURCE, + BEG_POS, + END_POS, DATE_STRING, CLEARED, CODE, -- cgit v1.2.3