* lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Jun 2011 00:06:17 +0000 (17:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Jun 2011 00:06:17 +0000 (17:06 -0700)
commiteb49b13608d6cf06af52c7d9fe88928a48f48cee
treed83b93d6c315ab4a4d216934476a00d3bfb0f88b
parent9a8e8d9b22be9652ed2f2e8acc02e1139b34d9dd
* lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).

This didn't break anything, but it didn't help either.
It's confusing to put a bogus integer in a place where the actual
value does not matter.
src/ChangeLog
src/lisp.h