projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c77587
)
Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTE
author
Tatsuo Ishii
<
[email protected]
>
Wed, 24 Mar 1999 06:55:14 +0000
(06:55 +0000)
committer
Tatsuo Ishii
<
[email protected]
>
Wed, 24 Mar 1999 06:55:14 +0000
(06:55 +0000)
src/bin/psql/psql.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/psql.c
b/src/bin/psql/psql.c
index 524ab61e9722ff44859f99129ed92bb3c46077c6..d0f27435bae7f909eb5dd6e2f10b25b6d4c5a60b 100644
(file)
--- a/
src/bin/psql/psql.c
+++ b/
src/bin/psql/psql.c
@@
-7,7
+7,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.17
2 1999/03/15 02:18:37 momjian
Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.17
3 1999/03/24 06:55:14 ishii
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-2841,7
+2841,7
@@
main(int argc, char **argv)
settings.getPassword = 0;
#endif
-#ifdef MUTIBYTE
+#ifdef MU
L
TIBYTE
has_client_encoding = getenv("PGCLIENTENCODING");
#endif