diff --git a/src/post_modules/_ADT/adt.cmod b/src/post_modules/_ADT/adt.cmod index ead5c090d65d169ab4f123c2a2fd6c1f0354e2e0..95a7fe1e5379e8549c18997bc263fc3158221696 100644 --- a/src/post_modules/_ADT/adt.cmod +++ b/src/post_modules/_ADT/adt.cmod @@ -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(); }