Branch: Tag:

2004-09-14

2004-09-14 17:21:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ADT.List.

Rev: lib/modules/ADT.pmod/module.pmod:1.9
Rev: src/builtin.cmod:1.167

2:   || 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: builtin.cmod,v 1.166 2004/09/14 15:26:08 grubba Exp $ + || $Id: builtin.cmod,v 1.167 2004/09/14 17:21:36 grubba Exp $   */      #include "global.h"
3058:    add_ref(new);   }    + /*! @module ADT +  */ +    /*! @class List    *!    *! Linked list of values.
3630:   /*! @endclass    */    + /*! @endmodule +  */ +    void init_builtin(void)   {    init_list_node_blocks();