summaryrefslogtreecommitdiffstats
path: root/src/pre.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-11-14 19:44:16 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-11-14 19:44:16 (GMT)
commit05930245579c006f2b5bfca53e0a1976d682f9b8 (patch)
tree181f9ebfd0706ecca5898b169bffa8bc4f5486cc /src/pre.l
parent62d6edc6d0b299e93384e678748b635eb1bfe9b9 (diff)
downloadDoxygen-05930245579c006f2b5bfca53e0a1976d682f9b8.zip
Doxygen-05930245579c006f2b5bfca53e0a1976d682f9b8.tar.gz
Doxygen-05930245579c006f2b5bfca53e0a1976d682f9b8.tar.bz2
Release-1.3.9.1-20041114
Diffstat (limited to 'src/pre.l')
-rw-r--r--src/pre.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pre.l b/src/pre.l
index 8266c1c..99d581c 100644
--- a/src/pre.l
+++ b/src/pre.l
@@ -1079,7 +1079,7 @@ static void readIncludeFile(const QCString &inc)
if (g_yyFileDef)
{
//printf("Adding include dependency %s->%s\n",oldFileDef->name().data(),incFileName.data());
- g_yyFileDef->addIncludedByDependency(oldFileDef,oldFileDef->name(),localInclude,g_isImported);
+ g_yyFileDef->addIncludedByDependency(oldFileDef,oldFileDef->docName(),localInclude,g_isImported);
}
}
FileState *fs=new FileState;
@@ -1114,7 +1114,7 @@ static void readIncludeFile(const QCString &inc)
if (fd)
{
//printf("Adding include dependency (2) %s->%s ambig=%d\n",oldFileDef->name().data(),fd->name().data(),ambig);
- fd->addIncludedByDependency(oldFileDef,oldFileDef->name(),localInclude,g_isImported);
+ fd->addIncludedByDependency(oldFileDef,oldFileDef->docName(),localInclude,g_isImported);
}
}
if (Debug::isFlagSet(Debug::Preprocessor))