comparison src/callint.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents 50929073a0ba
children 46ffb5302c40
comparison
equal deleted inserted replaced
21513:984881b316fc 21514:fa9ff387d260
770 XSETFASTINT (val, 1); 770 XSETFASTINT (val, 1);
771 771
772 return val; 772 return val;
773 } 773 }
774 774
775 void
775 syms_of_callint () 776 syms_of_callint ()
776 { 777 {
777 point_marker = Fmake_marker (); 778 point_marker = Fmake_marker ();
778 staticpro (&point_marker); 779 staticpro (&point_marker);
779 780