Commit 0113f8bb authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Static-ize test-list.

parent 9c272090
......@@ -113,7 +113,7 @@ VNUM_2bytes(const char *p, uintmax_t *r, uintmax_t rel)
#ifdef NUM_C_TEST
/* Compile with: "cc -o foo -DNUM_C_TEST -I../.. -I../../include num.c -lm" */
struct test_case {
static struct test_case {
const char *str;
uintmax_t rel;
uintmax_t val;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment