8
0
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:
mapopa 2015-03-29 12:01:08 +00:00
parent e525cde245
commit 46cdba3868

View File

@ -7,7 +7,7 @@
* Developer's Public License Version 1.0 (the "License");
* you may not use this file except in compliance with the
* 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,
* WITHOUT WARRANTY OF ANY KIND, either express or implied.
@ -51,10 +51,6 @@
/* 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 unsigned char UCHAR;