avltree.h (ragel-7.0.0.9) | : | avltree.h (ragel-7.0.0.10) | ||
---|---|---|---|---|
/* | /* | |||
* Copyright 2002 Adrian Thurston <thurston@complang.org> | * Copyright 2002 Adrian Thurston <thurston@colm.net> | |||
*/ | ||||
/* This file is part of Aapl. | ||||
* | * | |||
* Aapl is free software; you can redistribute it and/or modify it under the | * Permission is hereby granted, free of charge, to any person obtaining a copy | |||
* terms of the GNU Lesser General Public License as published by the Free | * of this software and associated documentation files (the "Software"), to | |||
* Software Foundation; either version 2.1 of the License, or (at your option) | * deal in the Software without restriction, including without limitation the | |||
* any later version. | * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | |||
* sell copies of the Software, and to permit persons to whom the Software is | ||||
* furnished to do so, subject to the following conditions: | ||||
* | * | |||
* Aapl is distributed in the hope that it will be useful, but WITHOUT ANY | * The above copyright notice and this permission notice shall be included in al | |||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | l | |||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for | * copies or substantial portions of the Software. | |||
* more details. | ||||
* | * | |||
* You should have received a copy of the GNU Lesser General Public License | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |||
* along with Aapl; if not, write to the Free Software Foundation, Inc., 59 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |||
* Temple Place, Suite 330, Boston, MA 02111-1307 USA | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||||
* SOFTWARE. | ||||
*/ | */ | |||
#ifndef _AAPL_AVLTREE_H | #ifndef _AAPL_AVLTREE_H | |||
#define _AAPL_AVLTREE_H | #define _AAPL_AVLTREE_H | |||
#include "compare.h" | #include "compare.h" | |||
/** | /** | |||
* \addtogroup avltree | * \addtogroup avltree | |||
* @{ | * @{ | |||
End of changes. 4 change blocks. | ||||
15 lines changed or deleted | 17 lines changed or added |