mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Allow zic to compile by defining a "" value for my_exec_path. It isn't
used by zic anyway.
This commit is contained in:
@ -22,6 +22,12 @@ static char elsieid[] = "@(#)zic.c 7.115";
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This allows zic to compile by just assigning a dummy value.
|
||||||
|
* pgtz.c references it, but no one uses it from zic.
|
||||||
|
*/
|
||||||
|
char my_exec_path[MAXPGPATH] = "";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** On some ancient hosts, predicates like `isspace(C)' are defined
|
** On some ancient hosts, predicates like `isspace(C)' are defined
|
||||||
** only if isascii(C) || C == EOF. Modern hosts obey the C Standard,
|
** only if isascii(C) || C == EOF. Modern hosts obey the C Standard,
|
||||||
|
Reference in New Issue
Block a user