Mercurial > emacs
view etc/schema/xhtml-lst.rnc @ 109320:a0d2db31314d
Use offsetof instead of own definition
* lisp.h: Include <stddef.h>.
(OFFSETOF): Don't define.
(VECSIZE): Use offsetof instead of OFFSETOF.
(PSEUDOVECSIZE): Likewise.
* process.c (conv_sockaddr_to_lisp): Likewise.
* alloc.c: Don't include <stddef.h>.
* buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Sun, 11 Jul 2010 20:34:43 +0200 |
parents | 288134f0441f |
children |
line wrap: on
line source
# List Module dl = element dl { dl.attlist, (dt | dd)+ } dl.attlist = Common.attrib dt = element dt { dt.attlist, Inline.model } dt.attlist = Common.attrib dd = element dd { dd.attlist, Flow.model } dd.attlist = Common.attrib ol = element ol { ol.attlist, li+ } ol.attlist = Common.attrib ul = element ul { ul.attlist, li+ } ul.attlist = Common.attrib li = element li { li.attlist, Flow.model } li.attlist = Common.attrib List.class = ul | ol | dl Block.class |= List.class