Skip to content
Snippets Groups Projects
Commit bf523d46 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 8d0c0329
No related branches found
No related tags found
No related merge requests found
...@@ -838,7 +838,7 @@ enum { /* Values of mode for userlist function */ ...@@ -838,7 +838,7 @@ enum { /* Values of mode for userlist function */
/* Macros */ /* Macros */
/**********/ /**********/
#define CRLF { outchar(CR); outchar(LF); } #define CRLF newline()
#define SYSOP_LEVEL 90 #define SYSOP_LEVEL 90
#define SYSOP (useron.level>=SYSOP_LEVEL || sys_status & SS_TMPSYSOP) #define SYSOP (useron.level>=SYSOP_LEVEL || sys_status & SS_TMPSYSOP)
#define REALSYSOP (useron.level>=SYSOP_LEVEL) #define REALSYSOP (useron.level>=SYSOP_LEVEL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment