diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-08-23 14:54:05 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-08-23 14:54:05 +0000 |
commit | 23c75851f8a215f9fe2646e34e6e0d0b25f48c22 (patch) | |
tree | d3a589fe75afd87786f610e28725449eb887b51a /libexslt | |
parent | 5e1aec535f920627e3db98e73b9846035b1934b4 (diff) | |
download | libxslt-23c75851f8a215f9fe2646e34e6e0d0b25f48c22.tar.gz libxslt-23c75851f8a215f9fe2646e34e6e0d0b25f48c22.tar.bz2 libxslt-23c75851f8a215f9fe2646e34e6e0d0b25f48c22.zip |
fixing compilation problems on Solaris #150844 Daniel
* libexslt/date.c libxslt/imports.c libxslt/xslt.c: fixing
compilation problems on Solaris #150844
Daniel
Diffstat (limited to 'libexslt')
-rw-r--r-- | libexslt/date.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexslt/date.c b/libexslt/date.c index 0a5b65b3..94110163 100644 --- a/libexslt/date.c +++ b/libexslt/date.c @@ -51,8 +51,8 @@ /* needed to get localtime_r on Solaris */ #ifdef sun -#ifndef __EXTENSION__ -#define __EXTENSION__ +#ifndef __EXTENSIONS__ +#define __EXTENSIONS__ #endif #endif |