diff options
Diffstat (limited to 'array.h')
-rw-r--r-- | array.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,8 +33,8 @@ typedef struct array { enum atype type; arrayind_t max_index; int num_elements; - struct array_element *lastref; struct array_element *head; + struct array_element *lastref; } ARRAY; typedef struct array_element { |