mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Oops. Too much ifdef out.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* 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);
|
mic2latin(mic, p, len, LC_ISO8859_4);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ASCII ---> MIC
|
* ASCII ---> MIC
|
||||||
@@ -357,6 +358,7 @@ pg_mic2ascii(unsigned char *mic, unsigned char *p, int len)
|
|||||||
*p = '\0';
|
*p = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef NOT_USED
|
||||||
/*
|
/*
|
||||||
* Cyrillic support
|
* Cyrillic support
|
||||||
* currently supported Cyrillic encodings:
|
* currently supported Cyrillic encodings:
|
||||||
|
|||||||
Reference in New Issue
Block a user