From 4e0bf8f0020ee2a6736254315689b2d69738fa4d Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 4 Sep 2002 04:27:23 +0000
Subject: [PATCH] Changed js_type_str definition to static to not conflict with
 statically linked js library (on Unix).

---
 src/sbbs3/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp
index 752008ed3a..15565c38a8 100644
--- a/src/sbbs3/main.cpp
+++ b/src/sbbs3/main.cpp
@@ -273,7 +273,7 @@ static const char* method_array_name = "_method_list";
  * Keep this in sync with jspubtd.h -- an assertion below will insist that
  * its length match the JSType enum's JSTYPE_LIMIT limit value.
  */
-const char *js_type_str[] = {
+static const char *js_type_str[] = {
     "undefined",
     "object",
     "function",
-- 
GitLab