remove old email address
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8738 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
060c6e185f
commit
f4cabb83fb
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ char nextchar() {
|
|||
}
|
||||
if (!LEX_in) return 0;
|
||||
if (yylen >= YYBSIZE) {
|
||||
Printf(stderr,"** FATAL ERROR. Buffer overflow in scanner.cxx.\nReport this to swig-dev@cs.uchicago.edu.\n");
|
||||
Printf(stderr,"** FATAL ERROR. Buffer overflow in scanner.c.\nPlease report to the SWIG developers.\n");
|
||||
exit (EXIT_FAILURE);
|
||||
}
|
||||
yytext[yylen] = c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue