Skip to content

Commit aa19fbf

Browse files
committed
ext/bcmath: make ref_str const
1 parent 1f9935b commit aa19fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/bcmath/libbcmath/src/output.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ typedef struct stk_rec {
4848
} stk_rec;
4949

5050
/* The reference string for digits. */
51-
static char ref_str[] = "0123456789ABCDEF";
51+
static const char ref_str[] = "0123456789ABCDEF";
5252

5353

5454
/* A special output routine for "multi-character digits." Exactly

0 commit comments

Comments
 (0)