From 0227a2e0bf987bebd2b3e669d82d576a48ba5508 Mon Sep 17 00:00:00 2001 From: nhkeni Date: Sat, 16 Mar 2024 19:42:42 -0400 Subject: [PATCH] hints/macOS.370: remove testing code --- sys/unix/hints/macOS.370 | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/unix/hints/macOS.370 b/sys/unix/hints/macOS.370 index 7d2f4929f..4a5d59816 100755 --- a/sys/unix/hints/macOS.370 +++ b/sys/unix/hints/macOS.370 @@ -308,9 +308,6 @@ override GAME= MOREALL += ( cd src ; $(MAKE) pregame ; $(MAKE) $(TARGETPFX)libnh.a ) endif # WANT_LIBNH -# XXX TESTING ONLY - macOS doesn't need this: -CFLAGS += -DNOSTATICFN - # Lua # when building liblua.a, avoid warning that use of tmpnam() should be # replaced by mkstemp(); the lua code doesn't use nethack's config.h so