aboutsummaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/text.py b/text.py
index 43bf81f..b227c6b 100644
--- a/text.py
+++ b/text.py
@@ -82,3 +82,6 @@ int64_t read_leb_128_s(int _fd, int max_size) {
c_read_leb_128_u = "read_leb_128_u(_fd, 5);\n"
c_read_leb_128_s = "read_leb_128_s(_fd, 5);\n"
+ c_define_buff_size = "#define BUFF_SIZE XXX"
+ c_define_buff_grow_fact = "#define BUFFER_GROW_FACTOR XXX"
+