this repo has no description

Mark names extern

authored by bernsteinbear.com and committed by

Max Bernstein 9f44251e c49f55fa

+2 -2
+2 -2
runtime.c
··· 675 675 return true; 676 676 } 677 677 678 - const char* record_keys[]; 679 - const char* variant_names[]; 678 + extern const char* record_keys[]; 679 + extern const char* variant_names[]; 680 680 681 681 struct object* print(struct object* obj) { 682 682 if (is_num(obj)) {