Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/perl-html-myhtml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/myhtml/myosi.h')
-rw-r--r--source/myhtml/myosi.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/myhtml/myosi.h b/source/myhtml/myosi.h
index 0f72973..24c15af 100644
--- a/source/myhtml/myosi.h
+++ b/source/myhtml/myosi.h
@@ -63,16 +63,11 @@ extern "C" {
__myhtml__->__lenn__++; \
if(__myhtml__->__lenn__ == __myhtml__->__sizen__) { \
__myhtml__->__sizen__ += __size__; \
- __myhtml__->__point__ = (__strcn__*)myrealloc(__myhtml__->__point__, \
+ __myhtml__->__point__ = (__strcn__*)myrealloc(__myhtml__->__point__, \
sizeof(__strcn__) * __myhtml__->__sizen__); \
}
-typedef enum {
- myfalse = 0,
- mytrue = 1
-} MyHTML_DEPRECATED(mybool_t, "use bool");
-
// encoding
// https://encoding.spec.whatwg.org/#the-encoding
// https://encoding.spec.whatwg.org/#legacy-single-byte-encodings