Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/data.c Tue Apr 14 10:56:46 1998 +0000 +++ b/src/data.c Tue Apr 14 12:25:56 1998 +0000 @@ -136,6 +136,7 @@ return value; } +void pure_write_error () { error ("Attempt to modify read-only object"); @@ -2957,6 +2958,7 @@ Fsignal (Qarith_error, Qnil); } +void init_data () { /* Don't do this if just dumping out.
