comparison src/buffer.h @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 26ceb23fbe42
children 35a817bb4c0d 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
933 /* Return the type of the per-buffer variable at offset OFFSET in the 933 /* Return the type of the per-buffer variable at offset OFFSET in the
934 buffer structure. */ 934 buffer structure. */
935 935
936 #define PER_BUFFER_TYPE(OFFSET) \ 936 #define PER_BUFFER_TYPE(OFFSET) \
937 (*(Lisp_Object *)((OFFSET) + (char *) &buffer_local_types)) 937 (*(Lisp_Object *)((OFFSET) + (char *) &buffer_local_types))
938
939 /* arch-tag: 679305dd-d41c-4a50-b170-3caf5c97b2d1
940 (do not change this comment) */