tcc.h (BufferedFile): Remove unnecessary static memory allocation
commit20a5845a4789f7c4fee8126584dcf25fc75c391f
authorLee Duhem <lee.duhem@gmail.com>
Thu, 11 Dec 2014 01:58:53 +0000 (11 09:58 +0800)
committerLee Duhem <lee.duhem@gmail.com>
Thu, 11 Dec 2014 02:04:22 +0000 (11 10:04 +0800)
tree4c97f1b3e8becfad81af4a6f7e92ff583eb08236
parentf1703e2b2f0b032d01a35a4a2d4db927698837da
tcc.h (BufferedFile): Remove unnecessary static memory allocation

The memory needed by `buffer' will be allocated in `tcc_open_bf',
these is no need to allocate them in BufferedFile statically.
tcc.h