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:
@@ -915,8 +915,8 @@ Input::read_input ()
|
||||
Input::~Input ()
|
||||
{
|
||||
/* Free allocated memory. */
|
||||
delete[] _return_type;
|
||||
delete[] _struct_tag;
|
||||
delete[] _struct_decl;
|
||||
delete[] const_cast<char*>(_return_type);
|
||||
delete[] const_cast<char*>(_struct_tag);
|
||||
delete[] const_cast<char*>(_struct_decl);
|
||||
delete[] _input;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user