From: johanknol Date: Thu, 2 Aug 2001 10:55:47 +0000 (+0000) Subject: a treat for those poor MS$ addicts X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e9beab23defafa9f8504bb7fa175dda455b7765b;p=fw%2Fsdcc a treat for those poor MS$ addicts git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1120 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCmain.c b/src/SDCCmain.c index d8935dd1..6451241d 100644 --- a/src/SDCCmain.c +++ b/src/SDCCmain.c @@ -361,7 +361,7 @@ parseWithComma (char **dest, char *src) { int i = 0; - strtok (src, "\n \t"); + strtok (src, "\r\n \t"); /* skip the initial white spaces */ while (isspace (*src)) src++;