X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/cd4f61de2f3eb734db2ae80c7456266221dd3ef5..ac67270dcf830fec34cefd3ff32592d9f0c093df:/libguile/version.h diff --git a/libguile/version.h b/libguile/version.h index 918816dcb..41d18a49b 100644 --- a/libguile/version.h +++ b/libguile/version.h @@ -16,7 +16,8 @@ * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, + * Boston, MA 02111-1307 USA * * As a special exception, the Free Software Foundation gives permission * for additional uses of the text contained in its release of GUILE. @@ -40,24 +41,16 @@ * * If you write modifications of your own for GUILE, it is your choice * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. - */ + * If you do not wish that, delete this exception notice. */ -#include +#include "libguile/__scm.h" -#ifdef __STDC__ -extern SCM scm_major_version (void); -extern SCM scm_minor_version (void); -extern SCM scm_version (void); -extern void scm_init_version (void); -#else /* STDC */ -extern SCM scm_major_version (); -extern SCM scm_minor_version (); -extern SCM scm_version (); -extern void scm_init_version (); -#endif /* STDC */ +extern SCM scm_major_version SCM_P ((void)); +extern SCM scm_minor_version SCM_P ((void)); +extern SCM scm_version SCM_P ((void)); +extern void scm_init_version SCM_P ((void)); #endif /* VERSIONH */