diff options
| author | Dan Nicolaescu | 2006-04-09 09:03:44 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2006-04-09 09:03:44 +0000 |
| commit | 404be028b9f33058aa357e3ebc85890de853511b (patch) | |
| tree | dee9b01c67c37ee17753cf496973580623c983e2 /src/lisp.h | |
| parent | 6786a1071ab8f468cc5919914ce98c2c3692213e (diff) | |
| download | emacs-404be028b9f33058aa357e3ebc85890de853511b.tar.gz emacs-404be028b9f33058aa357e3ebc85890de853511b.zip | |
* puresize.h (pure_write_error): Mark as NO_RETURN.
* lisp.h (args_out_of_range, args_out_of_range_3): Likewise.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index f088ccb8341..5d1b3266a0d 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2243,8 +2243,9 @@ EXFUN (Fmake_variable_buffer_local, 1); | |||
| 2243 | extern Lisp_Object indirect_variable P_ ((Lisp_Object)); | 2243 | extern Lisp_Object indirect_variable P_ ((Lisp_Object)); |
| 2244 | extern Lisp_Object long_to_cons P_ ((unsigned long)); | 2244 | extern Lisp_Object long_to_cons P_ ((unsigned long)); |
| 2245 | extern unsigned long cons_to_long P_ ((Lisp_Object)); | 2245 | extern unsigned long cons_to_long P_ ((Lisp_Object)); |
| 2246 | extern void args_out_of_range P_ ((Lisp_Object, Lisp_Object)); | 2246 | extern void args_out_of_range P_ ((Lisp_Object, Lisp_Object)) NO_RETURN; |
| 2247 | extern void args_out_of_range_3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | 2247 | extern void args_out_of_range_3 P_ ((Lisp_Object, Lisp_Object, |
| 2248 | Lisp_Object)) NO_RETURN; | ||
| 2248 | extern Lisp_Object wrong_type_argument P_ ((Lisp_Object, Lisp_Object)); | 2249 | extern Lisp_Object wrong_type_argument P_ ((Lisp_Object, Lisp_Object)); |
| 2249 | extern void store_symval_forwarding P_ ((Lisp_Object, Lisp_Object, | 2250 | extern void store_symval_forwarding P_ ((Lisp_Object, Lisp_Object, |
| 2250 | Lisp_Object, struct buffer *)); | 2251 | Lisp_Object, struct buffer *)); |