diff options
author | Tatsuo Ishii | 2002-07-19 11:09:25 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2002-07-19 11:09:25 +0000 |
commit | 86270024ff3094159f4d9a59ab35866c13f10836 (patch) | |
tree | 63d6c27b3994950479a026a5bf9f99a53858f397 | |
parent | 248cbb579646e896e49bf7578a92c67f4ffb0592 (diff) |
Oops. Too much ifdef out.
-rw-r--r-- | src/backend/utils/mb/conv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/utils/mb/conv.c b/src/backend/utils/mb/conv.c index b99509cd094..e7716763277 100644 --- a/src/backend/utils/mb/conv.c +++ b/src/backend/utils/mb/conv.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.40 2002/07/19 00:22:24 ishii Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.41 2002/07/19 11:09:25 ishii Exp $ * *------------------------------------------------------------------------- */ @@ -322,6 +322,7 @@ mic2latin4(unsigned char *mic, unsigned char *p, int len) { mic2latin(mic, p, len, LC_ISO8859_4); } +#endif /* * ASCII ---> MIC @@ -357,6 +358,7 @@ pg_mic2ascii(unsigned char *mic, unsigned char *p, int len) *p = '\0'; } +#ifdef NOT_USED /* * Cyrillic support * currently supported Cyrillic encodings: |