mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
add warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36354 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a727b0bd46
commit
a189d0a06e
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ static NSString *parse_string(NSString **ptr)
|
|||
pos = [l rangeOfString: @"*/"].location;
|
||||
if (pos == NSNotFound)
|
||||
{
|
||||
fprintf(stderr,"parse error in '%s', missing '*\'\n",
|
||||
[filename cString]);
|
||||
pos = [l length];
|
||||
}
|
||||
if ([user_comment length])
|
||||
|
|
Loading…
Reference in a new issue