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. --- guile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guile.c') diff --git a/guile.c b/guile.c index 5a652d9..47a21f9 100644 --- a/guile.c +++ b/guile.c @@ -107,7 +107,7 @@ func_guile (char *o, char **argv, const char *funcname UNUSED) /* We could send the flocp to define_new_function(), but since guile is "kind of" built-in, that didn't seem so useful. */ int -guile_gmake_setup (const struct floc *flocp UNUSED) +guile_gmake_setup (const gmk_floc *flocp UNUSED) { /* Initialize the Guile interpreter. */ scm_with_guile (guile_init, NULL); -- cgit v1.2.3