mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
cleanup comments : old bad SCHAR definition
This commit is contained in:
parent
e525cde245
commit
46cdba3868
@ -7,7 +7,7 @@
|
|||||||
* Developer's Public License Version 1.0 (the "License");
|
* Developer's Public License Version 1.0 (the "License");
|
||||||
* you may not use this file except in compliance with the
|
* you may not use this file except in compliance with the
|
||||||
* License. You may obtain a copy of the License at
|
* License. You may obtain a copy of the License at
|
||||||
* http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_idpl.
|
* https://www.ibphoenix.com/about/firebird/idpl.
|
||||||
*
|
*
|
||||||
* Software distributed under the License is distributed AS IS,
|
* Software distributed under the License is distributed AS IS,
|
||||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied.
|
||||||
@ -51,10 +51,6 @@
|
|||||||
|
|
||||||
/* Basic data types */
|
/* Basic data types */
|
||||||
|
|
||||||
/* typedef signed char SCHAR;
|
|
||||||
* TMN: TODO It seems SCHAR is used just about *everywhere* where a plain
|
|
||||||
* "char" is really intended. This currently forces us to this bad definition.
|
|
||||||
*/
|
|
||||||
typedef char SCHAR;
|
typedef char SCHAR;
|
||||||
|
|
||||||
typedef unsigned char UCHAR;
|
typedef unsigned char UCHAR;
|
||||||
|
Loading…
Reference in New Issue
Block a user