Adapt GDB integration to newest patches
[bpt/guile.git] / libguile / unicode.h
1 /* classes: h_files */
2
3 #ifndef SCM_UNICODE_H
4 #define SCM_UNICODE_H
5
6 /* Copyright (C) 2014 Free Software Foundation, Inc.
7 *
8 * This library is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU Lesser General Public License as
10 * published by the Free Software Foundation, either version 3 of the
11 * License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library. If not, see
20 * <http://www.gnu.org/licenses/>.
21 */
22
23 \f
24
25 #include "libguile/__scm.h"
26
27 SCM_INTERNAL SCM scm_formal_name_to_char (SCM);
28 SCM_INTERNAL SCM scm_char_to_formal_name (SCM);
29 SCM_INTERNAL void scm_init_unicode (void);
30
31 #endif /* SCM_UNICODE_H */
32
33 /*
34 Local Variables:
35 c-file-style: "gnu"
36 End:
37 */