From 89440db71cd81a0e68df116dd0724166d0d822e3 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 5 Aug 1992 09:15:29 +0000 Subject: [PATCH] made local functions static --- src/libvxWorks/veclist.c | 1 + src/vxWorks/libvxWorks/veclist.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/libvxWorks/veclist.c b/src/libvxWorks/veclist.c index 5d6584d54..c967488cc 100644 --- a/src/libvxWorks/veclist.c +++ b/src/libvxWorks/veclist.c @@ -211,6 +211,7 @@ union pointer{ struct char_array char_overlay; }; +LOCAL void *fetch_pointer(unsigned char *plow_byte) { union pointer p; diff --git a/src/vxWorks/libvxWorks/veclist.c b/src/vxWorks/libvxWorks/veclist.c index 5d6584d54..c967488cc 100644 --- a/src/vxWorks/libvxWorks/veclist.c +++ b/src/vxWorks/libvxWorks/veclist.c @@ -211,6 +211,7 @@ union pointer{ struct char_array char_overlay; }; +LOCAL void *fetch_pointer(unsigned char *plow_byte) { union pointer p;