fix undefined symbol in nhlib

This commit is contained in:
Adam Powers
2020-08-27 21:37:16 -07:00
parent d3bbf02d2e
commit e5604d575f
+1 -1
View File
@@ -265,7 +265,7 @@ boolean pastebuf;
raw_printf("%s", buf2); raw_printf("%s", buf2);
if (pastebuf) { if (pastebuf) {
#ifdef RUNTIME_PASTEBUF_SUPPORT #if defined(RUNTIME_PASTEBUF_SUPPORT) && !defined(LIBNH)
/* /*
* Call a platform/port-specific routine to insert the * Call a platform/port-specific routine to insert the
* version information into a paste buffer. Useful for * version information into a paste buffer. Useful for