disable looking for locators that now are not generated

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8473 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-17 01:07:28 +00:00
commit 4bda2fffd6

View file

@ -663,7 +663,7 @@ int yylook(void) {
} else if (c == '/') {
/* Look for locator markers */
{
if (0) {
char *loc = Char(comment);
if (Len(comment)) {
if ((*loc == '@') && (*(loc+Len(comment)-1) == '@')) {