diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -46,7 +46,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 46 | #include "buildobj.h" | 46 | #include "buildobj.h" |
| 47 | 47 | ||
| 48 | #ifdef HAVE_INDEX | 48 | #ifdef HAVE_INDEX |
| 49 | extern char *index P_ ((const char *, int)); | 49 | extern char *index (const char *, int); |
| 50 | #endif | 50 | #endif |
| 51 | 51 | ||
| 52 | Lisp_Object Vdoc_file_name; | 52 | Lisp_Object Vdoc_file_name; |
| @@ -65,7 +65,7 @@ static char *get_doc_string_buffer; | |||
| 65 | static int get_doc_string_buffer_size; | 65 | static int get_doc_string_buffer_size; |
| 66 | 66 | ||
| 67 | static unsigned char *read_bytecode_pointer; | 67 | static unsigned char *read_bytecode_pointer; |
| 68 | Lisp_Object Fsnarf_documentation P_ ((Lisp_Object)); | 68 | Lisp_Object Fsnarf_documentation (Lisp_Object); |
| 69 | 69 | ||
| 70 | /* readchar in lread.c calls back here to fetch the next byte. | 70 | /* readchar in lread.c calls back here to fetch the next byte. |
| 71 | If UNREADFLAG is 1, we unread a byte. */ | 71 | If UNREADFLAG is 1, we unread a byte. */ |