1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-12 02:37:31 +03:00

pgindent run on all C files. Java run to follow. initdb/regression

tests pass.
This commit is contained in:
Bruce Momjian
2001-10-25 05:50:21 +00:00
parent 59da2105d8
commit b81844b173
818 changed files with 21684 additions and 20491 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: mbprint.h,v 1.1 2001/10/15 04:52:59 ishii Exp $ */
/* $Id: mbprint.h,v 1.2 2001/10/25 05:49:54 momjian Exp $ */
#ifndef MBPRINT_H
#define MBPRINT_H
@@ -7,12 +7,10 @@
#include "mb/pg_wchar.h"
pg_wchar utf2ucs(const unsigned char *c);
pg_wchar utf2ucs(const unsigned char *c);
unsigned char *mbvalidate(unsigned char *pwcs);
#endif /* MULTIBYTE */
int pg_wcswidth(unsigned char *pwcs, int len);
#endif /* MBPRINT_H */
#endif /* MULTIBYTE */
int pg_wcswidth(unsigned char *pwcs, int len);
#endif /* MBPRINT_H */