Commit 3dccfc1e authored by Andy Polyakov's avatar Andy Polyakov
Browse files

e_padlock.c: fix typo (missing #endif) and switch to __builtin_alloca

(with introduction of 64-bit support alloca must be  declared and there
is no standard way of doing that, switching to __bultin_alloca is
considered appropriate because code explicitly targets gcc anyway).
parent 804ab1e0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment