summaryrefslogtreecommitdiff
path: root/libguile/sort.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2009-07-17 00:25:49 +0200
committerAndy Wingo <wingo@pobox.com>2009-07-19 14:53:03 +0200
commit5d1b3b2db9349b615baac313ae5a111fa68573ac (patch)
tree5962bc13e7b4f5bc2bc6a8c2d00fa7c057f55836 /libguile/sort.c
parentb6149d8d9f35c8091a31b12fb3aeecee0e3a470c (diff)
downloadguile-5d1b3b2db9349b615baac313ae5a111fa68573ac.tar.gz
rename ramap.[ch] to array-map.[ch]
* libguile/array-map.c: * libguile/array-map.h: Rename from ramap.c and ramap.h. * libguile.h: * libguile/Makefile.am: * libguile/eq.c: * libguile/init.c: * libguile/sort.c: * libguile/unif.c: * libguile/vectors.c: All referrers changed.
Diffstat (limited to 'libguile/sort.c')
-rw-r--r--libguile/sort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/sort.c b/libguile/sort.c
index 644526eac..4725e0503 100644
--- a/libguile/sort.c
+++ b/libguile/sort.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999,2000,2001,2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1999,2000,2001,2002, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of
@@ -40,7 +40,7 @@
#include "libguile/_scm.h"
#include "libguile/eval.h"
#include "libguile/unif.h"
-#include "libguile/ramap.h"
+#include "libguile/array-map.h"
#include "libguile/feature.h"
#include "libguile/vectors.h"
#include "libguile/lang.h"