1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-08 07:12:23 +00:00

strftime versus LOCALE_HOME

SCCS-file: strftime.c
SCCS-SID: 7.34
This commit is contained in:
Arthur David Olson
1995-01-02 12:03:45 -05:00
committed by Paul Eggert
parent fa7a8bd546
commit 2910b5ee72

View File

@ -53,6 +53,7 @@ struct lc_time_T {
}; };
#ifdef LOCALE_HOME #ifdef LOCALE_HOME
#include "sys/stat.h"
static struct lc_time_T localebuf; static struct lc_time_T localebuf;
static struct lc_time_T * _loc P((void)); static struct lc_time_T * _loc P((void));
#define Locale _loc() #define Locale _loc()