Mercurial > emacs
comparison src/data.c @ 21514:fa9ff387d260
Fix -Wimplicit warnings.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Tue, 14 Apr 1998 12:25:56 +0000 |
| parents | bf0a3e277594 |
| children | b90287cb111a |
comparison
equal
deleted
inserted
replaced
| 21513:984881b316fc | 21514:fa9ff387d260 |
|---|---|
| 134 } | 134 } |
| 135 while (NILP (tem)); | 135 while (NILP (tem)); |
| 136 return value; | 136 return value; |
| 137 } | 137 } |
| 138 | 138 |
| 139 void | |
| 139 pure_write_error () | 140 pure_write_error () |
| 140 { | 141 { |
| 141 error ("Attempt to modify read-only object"); | 142 error ("Attempt to modify read-only object"); |
| 142 } | 143 } |
| 143 | 144 |
| 2955 #endif /* not BSD4_1 */ | 2956 #endif /* not BSD4_1 */ |
| 2956 | 2957 |
| 2957 Fsignal (Qarith_error, Qnil); | 2958 Fsignal (Qarith_error, Qnil); |
| 2958 } | 2959 } |
| 2959 | 2960 |
| 2961 void | |
| 2960 init_data () | 2962 init_data () |
| 2961 { | 2963 { |
| 2962 /* Don't do this if just dumping out. | 2964 /* Don't do this if just dumping out. |
| 2963 We don't want to call `signal' in this case | 2965 We don't want to call `signal' in this case |
| 2964 so that we don't have trouble with dumping | 2966 so that we don't have trouble with dumping |
