Skip to content

Commit

Permalink
Remove listp & nlistp from lisp.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeckie committed Jan 15, 2017
1 parent f829daf commit 0abe913
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lisp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1277,8 +1277,6 @@ Lisp_Object Fsetcar(Lisp_Object, Lisp_Object);
Lisp_Object Fsetcdr(Lisp_Object, Lisp_Object);
Lisp_Object Fcar(Lisp_Object);
Lisp_Object Fatom(Lisp_Object);
Lisp_Object Flistp(Lisp_Object);
Lisp_Object Fnlistp(Lisp_Object);

/* In a string or vector, the sign bit of the `size' is the gc mark bit. */

Expand Down

0 comments on commit 0abe913

Please sign in to comment.