minor bugs

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@9542 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
paulatto 2012-10-16 13:13:59 +00:00
parent 1d1135b9d8
commit d70e0802d4
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ SUBROUTINE errore( calling_routine, message, ierr )
USE io_global, ONLY : stdout
USE io_files, ONLY : crashunit, crash_file
USE parallel_include
#if defined(__PTRACE) || defined(__INTEL)
#if defined(__PTRACE) && defined(__INTEL)
USE ifcore, ONLY : tracebackqq
#endif
!

View File

@ -4,9 +4,9 @@
*/
#ifdef __PTRACE
#include <execinfo.h>
#include <stdio.h>
#include <stdlib.h>
#endif
#include <stdio.h>
void F77_FUNC(ptrace,PTRACE)(int *kilobytes)
{