Fix broken caused by merge
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11098 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
47b4825168
commit
1d1ee5bae7
2 changed files with 3 additions and 3 deletions
|
|
@ -86,7 +86,7 @@ static String *cpp_include(const_String_or_char_ptr fn, int sysfile) {
|
|||
}
|
||||
if (!s) {
|
||||
/* XXX(bhy) may not need the seek */
|
||||
// Seek(fn, 0, SEEK_SET);
|
||||
/* Seek(fn, 0, SEEK_SET); */
|
||||
if (ignore_missing) {
|
||||
Swig_warning(WARN_PP_MISSING_FILE, Getfile(fn), Getline(fn), "Unable to find '%s'\n", fn);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue