summaryrefslogtreecommitdiff
path: root/guile.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-01-20 13:16:46 -0500
committerPaul Smith <psmith@gnu.org>2013-01-20 13:16:46 -0500
commit7be368b76d7b3006d86a44652098c70a38da1343 (patch)
tree5d8fdb41d3bec8bead6760855843d73e9afbc287 /guile.c
parent0ea5e86742027478d5fdcfd42e81fd32ffafdfc3 (diff)
downloadmake-7be368b76d7b3006d86a44652098c70a38da1343.tar.gz
Rename struct floc to typedef gmk_floc as an externally scoped symbol.
Diffstat (limited to 'guile.c')
-rw-r--r--guile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guile.c b/guile.c
index 5a652d9e..47a21f90 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);