From: johanknol Date: Mon, 25 Jun 2001 07:59:24 +0000 (+0000) Subject: orphanaged X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3d53b79559ef741da02c0457e629379be8ba8ac0;p=fw%2Fsdcc orphanaged git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@941 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/Util/SDCCerr.c b/support/Util/SDCCerr.c index 5c27d41e..0933c145 100644 --- a/support/Util/SDCCerr.c +++ b/support/Util/SDCCerr.c @@ -352,7 +352,7 @@ struct { E_ARGUMENT_MISSING, ERROR_LEVEL_ERROR, "Option %s requires an argument." }, { W_STRAY_BACKSLASH, ERROR_LEVEL_WARNING, - "stray '\\' in program" }, + "stray '\\' at column %d" }, { W_NEWLINE_IN_STRING, ERROR_LEVEL_WARNING, "newline in string constant" }, };