shithub: sshock

Download patch

ref: eae01ba22b918a43769b76116bc2fefda40f6edc
parent: fd98b3acd0b7d6d006433fe4dc0fa3fa128d9610
author: qwx <qwx@sciops.net>
date: Sun Mar 15 02:34:05 EDT 2026

__FUNCTION__: nope try again

--- a/src/Libraries/H/platform.h
+++ b/src/Libraries/H/platform.h
@@ -5,7 +5,7 @@
 #ifndef	__FUNCTION__
 #define	__S1(x)	#x
 #define	__S2(x)	__S1(x)
-#define __FUNCTION__	__S2(__func__) ": " __FILE__ ":" __S2(__LINE__)
+#define __FUNCTION__	__FILE__ ":" __S2(__LINE__)
 #endif
 
 #endif
--- a/src/Libraries/mkfile
+++ b/src/Libraries/mkfile
@@ -132,6 +132,7 @@
 	H/error.h\
 	H/keydefs.h\
 	H/lg_types.h\
+	H/platform.h\
 	INPUT/Source/kb.h\
 	INPUT/Source/kbcook.h\
 	INPUT/Source/mouse.h\
--