aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gawkapi.h b/gawkapi.h
index cf269066..5cdef871 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -329,10 +329,10 @@ typedef struct awk_element {
* to use the elements contained herein.
*/
typedef struct awk_flat_array {
- awk_const void *opaque1; /* private data for use by gawk */
- awk_const void *opaque2; /* private data for use by gawk */
- awk_const size_t count; /* how many elements */
- awk_element_t elements[1]; /* will be extended */
+ awk_const void *awk_const opaque1; /* private data for use by gawk */
+ awk_const void *awk_const opaque2; /* private data for use by gawk */
+ awk_const size_t count; /* how many elements */
+ awk_element_t elements[1]; /* will be extended */
} awk_flat_array_t;
/*