src/tree.c

changeset 834
04c53b3c8378
parent 833
5c926801f052
child 836
2672a2f79484
     1.1 --- a/src/tree.c	Sun Feb 18 13:38:42 2024 +0100
     1.2 +++ b/src/tree.c	Sun Feb 18 21:12:28 2024 +0100
     1.3 @@ -109,7 +109,7 @@
     1.4      }
     1.5  
     1.6      // create a working stack
     1.7 -    cx_array_declare(void const*, work);
     1.8 +    CX_ARRAY_DECLARE(void const*, work);
     1.9      cx_array_initialize(work, 32);
    1.10  
    1.11      // add the children of root to the working stack

mercurial