From 51fb930ef2ec8c479fb113ae6b3d5549a0bab892 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 20 Jan 2013 13:16:46 -0500 Subject: Rename struct floc to typedef gmk_floc as an externally scoped symbol. --- load.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'load.c') diff --git a/load.c b/load.c index 3e06982..0ed05f9 100644 --- a/load.c +++ b/load.c @@ -33,7 +33,7 @@ static void *global_dl = NULL; #include "variable.h" static int -init_symbol (const struct floc *flocp, const char *ldname, load_func_t symp) +init_symbol (const gmk_floc *flocp, const char *ldname, load_func_t symp) { int r; const char *p; @@ -58,7 +58,7 @@ init_symbol (const struct floc *flocp, const char *ldname, load_func_t symp) } int -load_file (const struct floc *flocp, const char **ldname, int noerror) +load_file (const gmk_floc *flocp, const char **ldname, int noerror) { load_func_t symp; const char *fp; @@ -159,7 +159,7 @@ load_file (const struct floc *flocp, const char **ldname, int noerror) #else int -load_file (const struct floc *flocp, const char **ldname, int noerror) +load_file (const gmk_floc *flocp, const char **ldname, int noerror) { if (! noerror) fatal (flocp, _("The 'load' operation is not supported on this platform.")); -- cgit v1.2.3