made local functions static
This commit is contained in:
@@ -211,6 +211,7 @@ union pointer{
|
||||
struct char_array char_overlay;
|
||||
};
|
||||
|
||||
LOCAL
|
||||
void *fetch_pointer(unsigned char *plow_byte)
|
||||
{
|
||||
union pointer p;
|
||||
|
||||
@@ -211,6 +211,7 @@ union pointer{
|
||||
struct char_array char_overlay;
|
||||
};
|
||||
|
||||
LOCAL
|
||||
void *fetch_pointer(unsigned char *plow_byte)
|
||||
{
|
||||
union pointer p;
|
||||
|
||||
Reference in New Issue
Block a user