diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/utils/avlstuff.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/utils/avlstuff.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/utils/avlstuff.h b/Build/source/texk/web2c/luatexdir/utils/avlstuff.h new file mode 100644 index 00000000000..6690d5036b8 --- /dev/null +++ b/Build/source/texk/web2c/luatexdir/utils/avlstuff.h @@ -0,0 +1,27 @@ +/* +Copyright (c) 2004-2007 Han The Thanh, <thanh@pdftex.org> + +This file is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by Free +Software Foundation; either version 2 of the License, or (at your option) +any later version. + +This file is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +You should have received a copy of the GNU General Public License along +with pdfTeX; if not, write to the Free Software Foundation, Inc., 51 +Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +$Id: avlstuff.h 2073 2009-03-21 10:06:50Z hhenkel $ +*/ + +#include "avl.h" + +/* memory management functions for avl */ + +extern struct libavl_allocator avl_xallocator; + +/* end of file avlstuff.h */ |