summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/byte_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/byte_class.h b/src/byte_class.h
index 0f81331..d5660df 100644
--- a/src/byte_class.h
+++ b/src/byte_class.h
@@ -24,6 +24,6 @@
#define BC_DELM (1<<5) /* character is a delimiter */
#define BC_CMNT (1<<6) /* character is a comment */
-const uint8_t *bclass;
+extern const uint8_t *bclass;
#endif