We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f2b76 commit 48eb73bCopy full SHA for 48eb73b
src/timezone/zic.c
@@ -22,6 +22,12 @@ static char elsieid[] = "@(#)zic.c 7.115";
22
#endif
23
24
25
+/*
26
+ * This allows zic to compile by just assigning a dummy value.
27
+ * pgtz.c references it, but no one uses it from zic.
28
+ */
29
+char my_exec_path[MAXPGPATH] = "";
30
+
31
/*
32
** On some ancient hosts, predicates like `isspace(C)' are defined
33
** only if isascii(C) || C == EOF. Modern hosts obey the C Standard,
0 commit comments