aboutsummaryrefslogtreecommitdiff
path: root/builtins/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/string.h')
-rw-r--r--builtins/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/string.h b/builtins/string.h
index e625d7e2..51862520 100644
--- a/builtins/string.h
+++ b/builtins/string.h
@@ -42,7 +42,7 @@ typedef struct {
int (*hash)(CORD *s, TypeInfo *type);
CORD (*cord)(CORD *s, bool colorize, TypeInfo *type);
} Str_namespace_t;
-extern Str_namespace_t Str_type;
+extern Str_namespace_t Str;
CORD Str__quoted(CORD str, bool colorize);
int Str__compare(CORD *x, CORD *y);