makedefs doesn't use STATIC_OVL macro
This commit is contained in:
+2
-2
@@ -951,7 +951,7 @@ unsigned long old_rumor_offset;
|
|||||||
return rumor_offset;
|
return rumor_offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
STATIC_OVL void
|
static void
|
||||||
do_rnd_access_file(fname)
|
do_rnd_access_file(fname)
|
||||||
const char *fname;
|
const char *fname;
|
||||||
{
|
{
|
||||||
@@ -1416,7 +1416,7 @@ do_date()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
STATIC_OVL boolean
|
static boolean
|
||||||
get_gitinfo(githash, gitbranch)
|
get_gitinfo(githash, gitbranch)
|
||||||
char *githash, *gitbranch;
|
char *githash, *gitbranch;
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user