mirror of https://github.com/swig/swig
Update error message
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11856 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6c275f00d9
commit
6fe7287ad3
|
@ -3836,7 +3836,7 @@ When this conflict occurs, you will get an error message that resembles this:
|
|||
|
||||
<div class="shell">
|
||||
<pre>
|
||||
example.i:26. Error. 'foo' is multiply defined in the generated module.
|
||||
example.i:26. Error. 'foo' is multiply defined in the generated target language module.
|
||||
example.i:23. Previous declaration of 'foo'
|
||||
</pre>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue