1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

* scmsigs.c (scm_segfaulr): Removed. (Was probably added by

mistake since it is not mentioned in ChangeLog.)
This commit is contained in:
Mikael Djurfeldt 2000-06-03 00:25:35 +00:00
parent cc0bb1ef3b
commit 84fbe20b5b

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
/* Copyright (C) 1995, 1996, 1997, 1998, 1999, 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
@ -458,15 +458,6 @@ SCM_DEFINE (scm_raise, "raise", 1, 0, 0,
}
#undef FUNC_NAME
SCM_PROC(s_segfault, "segfault", 0, 0, 0, scm_segfault);
SCM
scm_segfault ()
{
*(int *)0 = 0;
return SCM_UNSPECIFIED;
}
void