aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-14 12:25:56 +0000
committerAndreas Schwab1998-04-14 12:25:56 +0000
commitdfcf069d565c347abf3cb7cec80e6ed8432037ba (patch)
treecd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/data.c
parent0f94f94657ad7a6a68e64c612285a5e06152def2 (diff)
downloademacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz
emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip
Fix -Wimplicit warnings.
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.