Branch: Tag:

2003-11-14

2003-11-14 11:15:14 by Martin Stjernholm <mast@lysator.liu.se>

Did away with some dependencies on las.h.

Rev: src/array.h:1.53
Rev: src/mapping.h:1.51
Rev: src/multiset.h:1.32
Rev: src/pike_types.h:1.92
Rev: src/svalue.h:1.126

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: svalue.h,v 1.125 2003/11/04 18:16:40 grubba Exp $ + || $Id: svalue.h,v 1.126 2003/11/14 11:15:14 mast Exp $   */      #ifndef SVALUE_H
45:   struct callable;   #endif    + #ifndef STRUCT_NODE_S_DECLARED + #define STRUCT_NODE_S_DECLARED + struct node_s; + typedef struct node_s node; + #endif +    struct processing   {    struct processing *next;