mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Because of how Guile saves and restores continuations (by copying the stack), and how it uses alloca to create space for debug information on the stack, we must have an alloca() that really does use the stack, and not one that uses the heap. To do this, we use the Gnulib "alloca-opt" module instead of "alloca". This commit also updates the Gnulib sources from the current Gnulib Git repository.
5 lines
120 B
Sed
5 lines
120 B
Sed
/^# Packages using this file: / {
|
|
s/# Packages using this file://
|
|
s/ guile / /
|
|
s/^/# Packages using this file:/
|
|
}
|