remove STATIC_DCL, STATIC_OVL, STATIC_VAR, STATIC_PTR from core
This commit is contained in:
@@ -849,7 +849,7 @@ boolean caseblind;
|
||||
&& !defined(_DCC) && !defined(__GNUC__)
|
||||
extern struct tm *FDECL(localtime, (time_t *));
|
||||
#endif
|
||||
STATIC_DCL struct tm *NDECL(getlt);
|
||||
static struct tm *NDECL(getlt);
|
||||
|
||||
/* Sets the seed for the random number generator */
|
||||
#ifdef USE_ISAAC64
|
||||
@@ -930,7 +930,7 @@ getnow()
|
||||
return datetime;
|
||||
}
|
||||
|
||||
STATIC_OVL struct tm *
|
||||
static struct tm *
|
||||
getlt()
|
||||
{
|
||||
time_t date = getnow();
|
||||
|
||||
Reference in New Issue
Block a user