Skip to content

Commit 8627002

Browse files
committed
Oops. Too much ifdef out.
1 parent 248cbb5 commit 8627002

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/utils/mb/conv.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
88
* IDENTIFICATION
9-
* $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.40 2002/07/19 00:22:24 ishii Exp $
9+
* $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.41 2002/07/19 11:09:25 ishii Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -322,6 +322,7 @@ mic2latin4(unsigned char *mic, unsigned char *p, int len)
322322
{
323323
mic2latin(mic, p, len, LC_ISO8859_4);
324324
}
325+
#endif
325326

326327
/*
327328
* ASCII ---> MIC
@@ -357,6 +358,7 @@ pg_mic2ascii(unsigned char *mic, unsigned char *p, int len)
357358
*p = '\0';
358359
}
359360

361+
#ifdef NOT_USED
360362
/*
361363
* Cyrillic support
362364
* currently supported Cyrillic encodings:

0 commit comments

Comments
 (0)