From 178de0871d690556af74f3768c11bc812b07f347 Mon Sep 17 00:00:00 2001 From: Taco Hoekwater Date: Fri, 27 Mar 2009 15:30:55 +0000 Subject: Import of luatex 0.37.0 (autoreconf has not been run yet!) git-svn-id: svn://tug.org/texlive/trunk@12529 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/utils/avlstuff.h | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Build/source/texk/web2c/luatexdir/utils/avlstuff.h (limited to 'Build/source/texk/web2c/luatexdir/utils/avlstuff.h') 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, + +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 */ -- cgit v1.2.3