summaryrefslogtreecommitdiff
path: root/libguile/chars.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-04-24 22:04:51 +0000
committerKevin Ryde <user42@zip.com.au>2004-04-24 22:04:51 +0000
commitd044f345c9524b7b1c0fbec6c92829bd20e58cde (patch)
tree75c6c3ca10b0ee4b17eb9d220bfca56a3f27f4c7 /libguile/chars.h
parent465380de001fb80202f8dd63d55f0670df0efdb2 (diff)
downloadguile-d044f345c9524b7b1c0fbec6c92829bd20e58cde.tar.gz
(scm_tables_prehistory): Remove.
Diffstat (limited to 'libguile/chars.h')
-rw-r--r--libguile/chars.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/chars.h b/libguile/chars.h
index 27722260c..3ad8cc4b8 100644
--- a/libguile/chars.h
+++ b/libguile/chars.h
@@ -3,7 +3,7 @@
#ifndef SCM_CHARS_H
#define SCM_CHARS_H
-/* Copyright (C) 1995,1996,2000,2001 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,2000,2001,2004 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
@@ -60,7 +60,6 @@ SCM_API SCM scm_char_to_integer (SCM chr);
SCM_API SCM scm_integer_to_char (SCM n);
SCM_API SCM scm_char_upcase (SCM chr);
SCM_API SCM scm_char_downcase (SCM chr);
-SCM_API void scm_tables_prehistory (void);
SCM_API int scm_c_upcase (unsigned int c);
SCM_API int scm_c_downcase (unsigned int c);
SCM_API void scm_init_chars (void);