Skip to content
Snippets Groups Projects
Commit 7a070b89 authored by rswindell's avatar rswindell
Browse files

mswait (SLEEP) does not call YIELD any longer.

parent 32612b3d
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,6 @@
#include "sbbs.h"
#include "crc32.h"
#undef YIELD /* Kill YIELD in mswait() for nopen() */
#define YIELD()
/****************************************************************************/
/* Network open function. Opens all files DENYALL and retries LOOP_NOPEN */
......
......@@ -37,8 +37,6 @@
#include "sbbs.h"
#include "cmdshell.h"
#undef YIELD
#define YIELD() /* Kill YIELD in mswait() for nopen() */
/* convenient space-saving global variables */
char* crlf="\r\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment