summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-06-09 16:56:34 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-06-09 16:56:34 (GMT)
commitf7c4c021594300b449c3991de8c0918ad7f965af (patch)
tree84818288910d8f77f48ecf8e6b5fe3f4291d7a18 /src/code.l
parentc562786745020f7a59d4006537416ed43c2de2ff (diff)
downloadDoxygen-f7c4c021594300b449c3991de8c0918ad7f965af.zip
Doxygen-f7c4c021594300b449c3991de8c0918ad7f965af.tar.gz
Doxygen-f7c4c021594300b449c3991de8c0918ad7f965af.tar.bz2
Release-1.2.16-20020609
Diffstat (limited to 'src/code.l')
-rw-r--r--src/code.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code.l b/src/code.l
index 42eda81..0ecfa8e 100644
--- a/src/code.l
+++ b/src/code.l
@@ -1047,6 +1047,7 @@ TYPEKW ("bool"|"char"|"double"|"float"|"int"|"long"|"short"|"signed"|"unsigned"
bool ambig;
bool found=FALSE;
FileDef *fd=0;
+ //printf("looking for include %s\n",yytext);
if ((fd=findFileDef(Doxygen::inputNameDict,yytext,ambig)) &&
fd->isLinkable())
{