We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f132eb commit 00b821aCopy full SHA for 00b821a
src/port/path.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/port/path.c,v 1.35 2004/09/02 16:42:00 tgl Exp $
+ * $PostgreSQL: pgsql/src/port/path.c,v 1.36 2004/09/24 05:16:35 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -32,7 +32,7 @@
32
#define IS_PATH_SEP(ch) ((ch) == ';')
33
#endif
34
35
-const static char *relative_path(const char *bin_path, const char *other_path);
+static const char *relative_path(const char *bin_path, const char *other_path);
36
static void make_relative(const char *my_exec_path, const char *p, char *ret_path);
37
static void trim_directory(char *path);
38
static void trim_trailing_separator(char *path);
0 commit comments