X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftmpalloc.c;h=f6cf44a4d10ef3ff19c52fe6f4264079730f15f5;hb=a832996c884a0e0acc9a38ba4dd258edb75ec7af;hp=56d955e5a3dd73966b1ed1d13927ce3652e34737;hpb=3c32a221de1435ae7af8d96182560e8b28f1a4c0;p=gldbg.git diff --git a/source/tmpalloc.c b/source/tmpalloc.c index 56d955e..f6cf44a 100644 --- a/source/tmpalloc.c +++ b/source/tmpalloc.c @@ -1,16 +1,9 @@ -/* $Id$ - -This file is part of gldbg -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the GPL -*/ - #include #include "tmpalloc.h" -void *buffer = 0; -unsigned buf_size = 8192; -unsigned offset = 0; +static void *buffer = 0; +static unsigned buf_size = 8192; +static unsigned offset = 0; void *tmpalloc(unsigned size) {