Skip to content

Commit

Permalink
(assoc_no_quit): Extern it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenichi Handa committed Jun 6, 2006
1 parent ff856ed commit 47d88b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lisp.h
Expand Up @@ -2404,6 +2404,7 @@ extern Lisp_Object concat2 P_ ((Lisp_Object, Lisp_Object));
extern Lisp_Object concat3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
extern Lisp_Object nconc2 P_ ((Lisp_Object, Lisp_Object));
extern Lisp_Object assq_no_quit P_ ((Lisp_Object, Lisp_Object));
extern Lisp_Object assoc_no_quit P_ ((Lisp_Object, Lisp_Object));
extern void clear_string_char_byte_cache P_ ((void));
extern int string_char_to_byte P_ ((Lisp_Object, int));
extern int string_byte_to_char P_ ((Lisp_Object, int));
Expand Down

0 comments on commit 47d88b3

Please sign in to comment.