aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c
index 7daf6716986..c9493c05711 100644
--- a/src/data.c
+++ b/src/data.c
@@ -136,6 +136,7 @@ wrong_type_argument (predicate, value)
136 return value; 136 return value;
137} 137}
138 138
139void
139pure_write_error () 140pure_write_error ()
140{ 141{
141 error ("Attempt to modify read-only object"); 142 error ("Attempt to modify read-only object");
@@ -2957,6 +2958,7 @@ arith_error (signo)
2957 Fsignal (Qarith_error, Qnil); 2958 Fsignal (Qarith_error, Qnil);
2958} 2959}
2959 2960
2961void
2960init_data () 2962init_data ()
2961{ 2963{
2962 /* Don't do this if just dumping out. 2964 /* Don't do this if just dumping out.