diff options
| author | Paul Eggert | 2011-04-16 16:11:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-16 16:11:35 -0700 |
| commit | fd35b6f96777be3305879a9ca60ab5befb254042 (patch) | |
| tree | db72c649acdc7f53d9672fba88b6a08b3601cdda /src/data.c | |
| parent | c4354cb4f4a3982331180439120ca72734d49cc5 (diff) | |
| parent | 399c71d323b8beef139437311c78440d0033c652 (diff) | |
| download | emacs-fd35b6f96777be3305879a9ca60ab5befb254042.tar.gz emacs-fd35b6f96777be3305879a9ca60ab5befb254042.zip | |
Static checks with GCC 4.6.0 and non-default toolkits.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c index 956ff3700f2..c9250a67bf0 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -3305,6 +3305,10 @@ syms_of_data (void) | |||
| 3305 | XSYMBOL (intern_c_string ("most-negative-fixnum"))->constant = 1; | 3305 | XSYMBOL (intern_c_string ("most-negative-fixnum"))->constant = 1; |
| 3306 | } | 3306 | } |
| 3307 | 3307 | ||
| 3308 | #ifndef FORWARD_SIGNAL_TO_MAIN_THREAD | ||
| 3309 | static void arith_error (int) NO_RETURN; | ||
| 3310 | #endif | ||
| 3311 | |||
| 3308 | static void | 3312 | static void |
| 3309 | arith_error (int signo) | 3313 | arith_error (int signo) |
| 3310 | { | 3314 | { |