- being a stub doesn't allow you to be uninitialized

svn path=/trunk/; revision=52827
This commit is contained in:
Jérôme Gardou 2011-07-23 22:52:04 +00:00
parent 4b7b205f04
commit 1ebafc47ea

View file

@ -10,7 +10,7 @@ int __get_app_type()
return 0;
}
int _fileinfo;
int _fileinfo = 0;
void *
__p__fileinfo()