diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2006-10-26 13:32:42 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2006-10-26 13:32:42 +0000 |
commit | 951beb01d47c23b137180086456328112e672586 (patch) | |
tree | 107a04f466ec81a43fc166743947b82cb55c966f /libexslt | |
parent | 1ead9ea8c6a52f794722d7ff79e7f019e3d5fd4a (diff) | |
download | libxslt-951beb01d47c23b137180086456328112e672586.tar.gz libxslt-951beb01d47c23b137180086456328112e672586.tar.bz2 libxslt-951beb01d47c23b137180086456328112e672586.zip |
preparing release of libxslt-1.1.18, this bumps libxml2 requirement to
* NEWS configure.in doc//*: preparing release of libxslt-1.1.18,
this bumps libxml2 requirement to 1.6.27
* libexslt/date.c libxslt/namespaces.h libxslt/xslt.c
libxslt/xsltInternals.h: cosmetic cleanups to restore the
API extraction
Daniel
Diffstat (limited to 'libexslt')
-rw-r--r-- | libexslt/date.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexslt/date.c b/libexslt/date.c index 22a2cc14..257dbf54 100644 --- a/libexslt/date.c +++ b/libexslt/date.c @@ -89,8 +89,7 @@ struct _exsltDateValDate { unsigned int min :6; /* 0 <= min <= 59 */ double sec; unsigned int tz_flag :1; /* is tzo explicitely set? */ - signed int tzo :12; /* -1440 <= tzo <= 1440 - currently only -840 to +840 are needed */ + signed int tzo :12; /* -1440 <= tzo <= 1440 currently only -840 to +840 are needed */ }; /* Duration value */ |