added qse_pma_clear() and updated the copyright notice

This commit is contained in:
2012-07-20 04:13:39 +00:00
parent a62984d47a
commit 3c326c599f
227 changed files with 329 additions and 248 deletions

View File

@ -534,7 +534,7 @@ static int sketch_key_objects (qse_stx_t* stx)
/* Symbol */
ALLOC_WORDOBJ_TO (stx, stx->ref.class_symbol, QSE_STX_CLASS_SIZE, 0);
/* Metaclass */
ALLOC_WORDOBJ_TO (stx, stx->ref.class_metaclass, QSE_STX_CLASS_SIZE, 0);
ALLOC_WORDOBJ_TO (stx, stx->ref.class_metaclass, QSE_STX_CLASS_SIZE, 0);
/* Association */
ALLOC_WORDOBJ_TO (stx, stx->ref.class_association, QSE_STX_CLASS_SIZE, 0);

View File

@ -1,7 +1,7 @@
/*
* $Id$
*
Copyright 2006-2011 Chung, Hyung-Hwan.
Copyright 2006-2012 Chung, Hyung-Hwan.
This file is part of QSE.
QSE is free software: you can redistribute it and/or modify