Skip to content
Snippets Groups Projects
Commit 7fffb0f9 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

CRLF macro now calls sbbs_t::newline()

No change in behavior.
Eventually would like to get rid of all the CRLF (and CLS) macro usage.
parent 9ecfbd6d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -838,7 +838,7 @@ enum { /* Values of mode for userlist function */
/* Macros */
/**********/
#define CRLF { outchar(CR); outchar(LF); }
#define CRLF newline()
#define SYSOP_LEVEL 90
#define SYSOP (useron.level>=SYSOP_LEVEL || sys_status & SS_TMPSYSOP)
#define REALSYSOP (useron.level>=SYSOP_LEVEL)
......
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