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:
parent
993954c2fb
commit
4bda2fffd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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) == '@')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue