missing variable declaration

This commit is contained in:
Ricardo Rocha 2012-04-23 15:39:49 +01:00
parent f24bf2e2cd
commit a6ff7528d1
1 changed files with 1 additions and 0 deletions

View File

@ -832,6 +832,7 @@ static Int p_show_statistics_opt( USES_REGS1 ) {
#ifdef USE_PAGES_MALLOC
long total_pages = 0;
#endif /* USE_PAGES_MALLOC */
IOSTREAM *out;
Term t = Deref(ARG1);
if (IsVarTerm(t) || !IsAtomTerm(t))