Skip to content
Snippets Groups Projects
Commit 063b21fe authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Initializations shouldn't be performed in the exit callbacks...

Rev: src/post_modules/_ADT/adt.cmod:1.4
parent 631357bf
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
|| $Id: adt.cmod,v 1.3 2003/03/18 11:25:16 peta Exp $
|| $Id: adt.cmod,v 1.4 2003/03/19 12:52:19 grubba Exp $
*/
#include "global.h"
......@@ -20,7 +20,7 @@ PIKE_MODULE_INIT
PIKE_MODULE_EXIT
{
//pike_exit_CircularList_module();
pike_exit_Sequence_module();
EXIT;
pike_init_Sequence_module();
//pike_init_CircularList_module();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment