mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
style
This commit is contained in:
parent
2a0704d2cd
commit
f7e153bae4
@ -32,3 +32,4 @@
|
||||
#define KANJI_MASK 0x80
|
||||
|
||||
#endif // JRD_KANJI_H
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* PROGRAM: JRD Access Method
|
||||
* MODULE: kanji_proto.h
|
||||
* DESCRIPTION: Prototype header file for kanji.c
|
||||
* DESCRIPTION: Prototype header file for kanji.cpp
|
||||
*
|
||||
* The contents of this file are subject to the Interbase Public
|
||||
* License Version 1.0 (the "License"); you may not use this file
|
||||
@ -36,3 +36,4 @@ USHORT KANJI_sjis2euc5(UCHAR *, USHORT, UCHAR *, USHORT, USHORT *,
|
||||
USHORT KANJI_sjis_len(UCHAR *, USHORT, USHORT *);
|
||||
|
||||
#endif // JRD_KANJI_PROTO_H
|
||||
|
||||
|
@ -77,3 +77,4 @@ typedef USHORT UNICODE;
|
||||
void CV_convert_init(CSCONVERT, SSHORT, SSHORT, FPTR_SHORT, const void*, const void*);
|
||||
|
||||
#endif /* _INTL_LDCOMMON_H_ */
|
||||
|
||||
|
@ -219,3 +219,4 @@ No errors
|
||||
#include "../intl/cs_ksc5601.h"
|
||||
#include "../intl/csjis2_p.h"
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user