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:
William S Fulton 2006-02-07 18:23:29 +00:00
commit f4cabb83fb

View file

@ -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;