mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Portability fixes.
This commit is contained in:
@@ -130,7 +130,7 @@ KeywordExt::init_selchars_multiset (bool use_all_chars, const Positions& positio
|
||||
void
|
||||
KeywordExt::delete_selchars ()
|
||||
{
|
||||
delete[] _selchars;
|
||||
delete[] const_cast<unsigned int *>(_selchars);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user