Merge: Regen c_src without libunwind
authorJean Privat <jean@pryen.org>
Sat, 7 Feb 2015 13:43:54 +0000 (20:43 +0700)
committerJean Privat <jean@pryen.org>
Sat, 7 Feb 2015 13:43:54 +0000 (20:43 +0700)
The last `c_src` is 3 month old, it seems to be usual to have 3 to 4 months between updates.

This update also did not depends on libunwind: so no stacktrace but can compile on rasperry pi. so fix #1149
Note that the following steps of the initial make will still implicitly include libunwind, so on raspberry, either do the next steps manually with `--stacktrace none` or edit `src/Makefile` to add `--stacktrace none` to both `NITCOPT` and `OLDNITCOPT` (at the begin of the file)

Pull-Request: #1152
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>


Trivial merge