comparison src/doc.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents fce0c8c246d1
children 10a9f355a346
comparison
equal deleted inserted replaced
21513:984881b316fc 21514:fa9ff387d260
735 tem = string; 735 tem = string;
736 xfree (buf); 736 xfree (buf);
737 RETURN_UNGCPRO (tem); 737 RETURN_UNGCPRO (tem);
738 } 738 }
739 739
740 void
740 syms_of_doc () 741 syms_of_doc ()
741 { 742 {
742 DEFVAR_LISP ("internal-doc-file-name", &Vdoc_file_name, 743 DEFVAR_LISP ("internal-doc-file-name", &Vdoc_file_name,
743 "Name of file containing documentation strings of built-in symbols."); 744 "Name of file containing documentation strings of built-in symbols.");
744 Vdoc_file_name = Qnil; 745 Vdoc_file_name = Qnil;