made local functions static

This commit is contained in:
Jeff Hill
1992-08-05 09:15:29 +00:00
parent dd14775f73
commit 89440db71c
2 changed files with 2 additions and 0 deletions

View File

@@ -211,6 +211,7 @@ union pointer{
struct char_array char_overlay;
};
LOCAL
void *fetch_pointer(unsigned char *plow_byte)
{
union pointer p;

View File

@@ -211,6 +211,7 @@ union pointer{
struct char_array char_overlay;
};
LOCAL
void *fetch_pointer(unsigned char *plow_byte)
{
union pointer p;