diff options
Diffstat (limited to 'src/json.c')
| -rw-r--r-- | src/json.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json.c b/src/json.c index 74e0534065f..5917212899e 100644 --- a/src/json.c +++ b/src/json.c | |||
| @@ -255,7 +255,7 @@ json_encode (Lisp_Object string) | |||
| 255 | return code_convert_string (string, Qutf_8_unix, Qt, true, true, true); | 255 | return code_convert_string (string, Qutf_8_unix, Qt, true, true, true); |
| 256 | } | 256 | } |
| 257 | 257 | ||
| 258 | static _Noreturn void | 258 | static AVOID |
| 259 | json_out_of_memory (void) | 259 | json_out_of_memory (void) |
| 260 | { | 260 | { |
| 261 | xsignal0 (Qjson_out_of_memory); | 261 | xsignal0 (Qjson_out_of_memory); |
| @@ -263,7 +263,7 @@ json_out_of_memory (void) | |||
| 263 | 263 | ||
| 264 | /* Signal a Lisp error corresponding to the JSON ERROR. */ | 264 | /* Signal a Lisp error corresponding to the JSON ERROR. */ |
| 265 | 265 | ||
| 266 | static _Noreturn void | 266 | static AVOID |
| 267 | json_parse_error (const json_error_t *error) | 267 | json_parse_error (const json_error_t *error) |
| 268 | { | 268 | { |
| 269 | Lisp_Object symbol; | 269 | Lisp_Object symbol; |