Skip to content

Commit

Permalink
Add objects to header
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeckie committed Jan 14, 2017
1 parent a7ba1cb commit 27de6c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lisp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,8 @@ 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);
Lisp_Object Flistp(Lisp_Object, Lisp_Object);
Lisp_Object Fnlistp(Lisp_Object, Lisp_Object);

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

Expand Down

0 comments on commit 27de6c2

Please sign in to comment.