diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-03-18 19:53:55 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-03-18 19:53:55 +0000 |
commit | 79d36ecd2998a2b9314cbfcda87c7bf35136793f (patch) | |
tree | 361bc3586d9514eea510e597efb4dc8dc454bfd0 /libexslt/date.c | |
parent | 2abd71732c5d4cb31a3177262c605920918d7b54 (diff) | |
download | libxslt-79d36ecd2998a2b9314cbfcda87c7bf35136793f.tar.gz libxslt-79d36ecd2998a2b9314cbfcda87c7bf35136793f.tar.bz2 libxslt-79d36ecd2998a2b9314cbfcda87c7bf35136793f.zip |
preparing 1.0.14 updated rebuilt implemented the IN_LIBXSLT and
* configure.in: preparing 1.0.14
* doc/*: updated rebuilt
* libxslt/*.c libexslt/*.c libxslt/libxslt.h libexslt/libexslt.h:
implemented the IN_LIBXSLT and IN_LIBEXSLT mechanism discussed
with the Windows maintainers
Daniel
Diffstat (limited to 'libexslt/date.c')
-rw-r--r-- | libexslt/date.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexslt/date.c b/libexslt/date.c index 15ba3bac..b32b0913 100644 --- a/libexslt/date.c +++ b/libexslt/date.c @@ -15,6 +15,7 @@ * implement "other" date/time extension functions */ +#define IN_LIBEXSLT #include "libexslt/libexslt.h" #include <stdlib.h> |