changeset 361:5711c23e40cc

Oops, forgot to mark sidlib_stil_fields_{uc,lc} arrays extern in the header file. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Aug 2020 10:07:23 +0300
parents 522c8a77ad54
children 5a1c5af0ced1
files sidlib.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sidlib.h	Sat Feb 29 12:29:43 2020 +0200
+++ b/sidlib.h	Wed Aug 26 10:07:23 2020 +0300
@@ -161,8 +161,8 @@
 //
 // Globals
 //
-const char *     sidlib_stil_fields_uc[STF_LAST];
-const char *     sidlib_stil_fields_lc[STF_LAST];
+extern const char *     sidlib_stil_fields_uc[STF_LAST];
+extern const char *     sidlib_stil_fields_lc[STF_LAST];
 
 
 //