mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
Use \r instead of ^C for the internal hard end of line marker; \r
counts as whitespace so I dont have to do isspace() || is MKD_EOLN
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ typedef struct mmiot {
|
||||
} MMIOT;
|
||||
|
||||
|
||||
#define MKD_EOLN 3
|
||||
#define MKD_EOLN '\r'
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user