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/tag_const.h')
-rw-r--r--source/myhtml/tag_const.h25
1 files changed, 14 insertions, 11 deletions
diff --git a/source/myhtml/tag_const.h b/source/myhtml/tag_const.h
index f76c87f..d835e19 100644
--- a/source/myhtml/tag_const.h
+++ b/source/myhtml/tag_const.h
@@ -1,25 +1,28 @@
/*
-Copyright 2015 Alexander Borisov
+ Copyright 2015 Alexander Borisov
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
+ Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
-Author: lex.borisov@gmail.com (Alexander Borisov)
+ Author: lex.borisov@gmail.com (Alexander Borisov)
*/
#ifndef MyHTML_TAG_CONST_H
#define MyHTML_TAG_CONST_H
#pragma once
+#define MyHTML_BASE_STATIC_SIZE 479
+
+
#ifdef __cplusplus
extern "C" {
#endif