From b5726ac831a8af2c5a2799617879f8e029b1534f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 23 Jun 2005 00:08:17 +0000 Subject: [PATCH] (struct element_t): Added BEG_LINE and END_LINE. --- format.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/format.h b/format.h index abff0083..8df27514 100644 --- a/format.h +++ b/format.h @@ -20,7 +20,9 @@ struct element_t VALUE_EXPR, SOURCE, BEG_POS, + BEG_LINE, END_POS, + END_LINE, DATE_STRING, CLEARED, CODE,