Mercurial > emacs
annotate src/s/openbsd.h @ 110506:2cac83f5f8bc
Fix use of int instead of EMACS_INT in editfns.c.
editfns.c (transpose_markers, update_buffer_properties)
(buildmark, clip_to_bounds, Fgoto_char, overlays_around)
(get_pos_property, Fconstrain_to_field)
(Fline_beginning_position, Fline_end_position, Fprevious_char)
(Fchar_after, Fchar_before, Finsert_char)
(Finsert_buffer_substring, Fcompare_buffer_substrings)
(Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
EMACS_INT for buffer and string position variables.
lisp.h (clip_to_bounds): Adjust prototype.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 23 Sep 2010 13:10:21 -0400 |
parents | 17d73312ed65 |
children | ef719132ddfa |
rev | line source |
---|---|
108279
af063227abbf
Missing part of previous commit.
Glenn Morris <rgm@gnu.org>
parents:
108229
diff
changeset
|
1 /* System file for openbsd. */ |
25844 | 2 |
108310
17d73312ed65
Move TERMINFO, LIBS_TERMCAP from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108279
diff
changeset
|
3 /* The same as NetBSD. Note there are differences in configure. */ |
25844 | 4 #include "netbsd.h" |
28264 | 5 |
52401 | 6 /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2 |
7 (do not change this comment) */ |