summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-04-28 14:18:44 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-04-28 14:18:44 -0400
commit8491c14cdd1c493ccc70189e6c7bc83c0257f6dc (patch)
tree4920d61afd5865d6ffc340a61576a1a2f1f77f32 /types.h
parent2ec03f5abb8d1bd89ae3759d8db3b3b700d28789 (diff)
cleanup
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index d811a20..d2d8a9b 100644
--- a/types.h
+++ b/types.h
@@ -1064,5 +1064,5 @@ typedef struct CGenerator {
FnExpr *fn; /* which function are we in? (NULL for none) - not used during decls */
Identifier main_ident;
Identifiers *globals;
- char const **nms_prefixes; /* dynamic (null-terminated) array of namespace prefixes */
+ const char **nms_prefixes; /* dynamic (null-terminated) array of namespace prefixes */
} CGenerator;