diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-05-30 14:15:27 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-05-30 14:15:27 +0000 |
| commit | 33f2614aa14106e56ad78b4ec354bd565e8eb8ae (patch) | |
| tree | 4406db2eeb6b86630f46431b9b2a741bc3327dfc /src/include/c.h | |
| parent | f032b70c0c78866a11ac5cc79b0c37d7ba3e95ba (diff) | |
| download | postgresql-33f2614aa14106e56ad78b4ec354bd565e8eb8ae.tar.gz | |
Remove SEP_CHAR, replace with / or '/' as appropriate.
Diffstat (limited to 'src/include/c.h')
| -rw-r--r-- | src/include/c.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h index ab960dc7fc..b7fb0768c8 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.92 2001/03/22 04:00:24 momjian Exp $ + * $Id: c.h,v 1.93 2001/05/30 14:15:27 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -594,7 +594,6 @@ typedef NameData *Name; /* These are for things that are one way on Unix and another on NT */ #define NULL_DEV "/dev/null" -#define SEP_CHAR '/' /* defines for dynamic linking on Win32 platform */ #ifdef __CYGWIN__ |
