missing variable declaration
This commit is contained in:
parent
f24bf2e2cd
commit
a6ff7528d1
@ -832,6 +832,7 @@ static Int p_show_statistics_opt( USES_REGS1 ) {
|
|||||||
#ifdef USE_PAGES_MALLOC
|
#ifdef USE_PAGES_MALLOC
|
||||||
long total_pages = 0;
|
long total_pages = 0;
|
||||||
#endif /* USE_PAGES_MALLOC */
|
#endif /* USE_PAGES_MALLOC */
|
||||||
|
IOSTREAM *out;
|
||||||
Term t = Deref(ARG1);
|
Term t = Deref(ARG1);
|
||||||
|
|
||||||
if (IsVarTerm(t) || !IsAtomTerm(t))
|
if (IsVarTerm(t) || !IsAtomTerm(t))
|
||||||
|
Reference in New Issue
Block a user