diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/alloc.c b/src/alloc.c index abb98a9eb68..6bced4e8f01 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -7120,14 +7120,6 @@ verify_alloca (void) | |||
| 7120 | 7120 | ||
| 7121 | #endif /* ENABLE_CHECKING && USE_STACK_LISP_OBJECTS */ | 7121 | #endif /* ENABLE_CHECKING && USE_STACK_LISP_OBJECTS */ |
| 7122 | 7122 | ||
| 7123 | /* Memory allocation for GMP. */ | ||
| 7124 | |||
| 7125 | void | ||
| 7126 | range_error (void) | ||
| 7127 | { | ||
| 7128 | xsignal0 (Qrange_error); | ||
| 7129 | } | ||
| 7130 | |||
| 7131 | /* Initialization. */ | 7123 | /* Initialization. */ |
| 7132 | 7124 | ||
| 7133 | void | 7125 | void |