diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-03-14 06:43:57 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-03-14 06:43:57 +0000 |
commit | 16d35552c42ddf2aab05256c0721ebf5a2512ca7 (patch) | |
tree | 6b3ddc8c5a08bdb99586de9e2ac8b7be098bb00b /libguile/gh.h | |
parent | 950cc72b8f2e9636de633d01975cb1c41e4ab1af (diff) | |
download | guile-16d35552c42ddf2aab05256c0721ebf5a2512ca7.tar.gz |
*** empty log message ***
Diffstat (limited to 'libguile/gh.h')
-rw-r--r-- | libguile/gh.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libguile/gh.h b/libguile/gh.h index 1d7e249aa..32e1d27d0 100644 --- a/libguile/gh.h +++ b/libguile/gh.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998, 2000 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -114,13 +114,9 @@ SCM gh_chars2byvect(char *d, int n); SCM gh_shorts2svect(short *d, int n); SCM gh_longs2ivect(long *d, int n); SCM gh_ulongs2uvect(unsigned long *d, int n); -#ifdef SCM_FLOATS -#ifdef SCM_SINGLES SCM gh_floats2fvect(float *d, int n); -#endif SCM gh_doubles2dvect(double *d, int n); #endif -#endif SCM gh_doubles2scm(double *d, int n); |