mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
* scmsigs.c (scm_segfaulr): Removed. (Was probably added by
mistake since it is not mentioned in ChangeLog.)
This commit is contained in:
parent
cc0bb1ef3b
commit
84fbe20b5b
1 changed files with 1 additions and 10 deletions
|
@ -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
|
* 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
|
* 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
|
#undef FUNC_NAME
|
||||||
|
|
||||||
SCM_PROC(s_segfault, "segfault", 0, 0, 0, scm_segfault);
|
|
||||||
|
|
||||||
SCM
|
|
||||||
scm_segfault ()
|
|
||||||
{
|
|
||||||
*(int *)0 = 0;
|
|
||||||
return SCM_UNSPECIFIED;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue