Fix confused static/extern function declarations in unused test codes

This commit is contained in:
Kurt Glaesmann 2011-11-09 18:10:39 +00:00
parent 44eebc938a
commit 687c5bfba3
3 changed files with 5 additions and 5 deletions

View file

@ -52,6 +52,7 @@
#include "globalp.c.h"
static Integer countlist();
#ifdef TIMING
#include "timing.h"
@ -96,7 +97,6 @@ void MAIN1()
extern TIMINGG test_timing;
#endif
extern Integer countlist();
extern void geneig_res();
extern void b_ortho();
extern void tim_com();

View file

@ -50,6 +50,8 @@
TIMINGG test_timing;
#endif
extern Integer mxsync_();
static Integer countlist();
#ifdef CRAY_T3D
void MAIN1()
@ -88,8 +90,6 @@ void MAIN1()
extern TIMINGG test_timing;
#endif
Integer countlist();
extern void tim_com();
extern void mxend_();
extern void mxinit_(), mxtime_();

View file

@ -49,6 +49,8 @@
TIMINGG test_timing;
#endif
Integer static countlist();
#ifdef CRAY_T3D
void MAIN1()
@ -84,8 +86,6 @@ static Integer IZERO = (Integer) 0;
extern TIMINGG test_timing;
#endif
static Integer countlist();
extern void tim_com();
extern void mxend_();
extern void mxinit_(), mxtime_();