aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-10-23 21:58:00 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-10-23 21:58:00 +0200
commit684e0459f9209b11d796636949ec5cf6c9269a94 (patch)
treec812c126caed27e08747915761dcb8668a483363 /gawkapi.h
parent150130bb66391dea89da18d470547bf1b9129ff9 (diff)
downloadegawk-684e0459f9209b11d796636949ec5cf6c9269a94.tar.gz
egawk-684e0459f9209b11d796636949ec5cf6c9269a94.tar.bz2
egawk-684e0459f9209b11d796636949ec5cf6c9269a94.zip
More documentation work.
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;
/*