Fixed a problem with IncludeLibList not being cleared when includes are

cleaned up.
Fixes issue 109.


git-svn-id: http://picoc.googlecode.com/svn/trunk@482 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
zik.saleeba 2010-08-21 06:07:02 +00:00
parent 15d5600c83
commit bb87abe223

View file

@ -43,6 +43,8 @@ void IncludeCleanup()
HeapFreeMem(ThisInclude);
ThisInclude = NextInclude;
}
IncludeLibList = NULL;
}
/* register a new build-in include file */