head 1.3; access; symbols pkgsrc-2022Q2:1.2.0.74 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.72 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.70 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.68 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.66 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.64 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.62 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.60 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.56 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.36 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.58 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.54 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.52 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.50 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.48 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.46 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.44 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.42 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.40 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.38 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.34 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.32 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.30 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.28 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.26 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.24 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.22 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.20 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.18 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.16 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.14 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.12 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.10 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.8 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.6 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.4 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.1.0.12 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.10 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.8 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.6 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.4 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.2 pkgsrc-2011Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2022.09.24.06.00.40; author wiz; state dead; branches; next 1.2; commitid uB6szBiAgstWV4VD; 1.2 date 2013.04.21.15.39.59; author joerg; state Exp; branches; next 1.1; 1.1 date 2011.12.24.17.07.07; author dholland; state Exp; branches; next ; desc @@ 1.3 log @mule: remove code from 1997; does not build in any bulk build I could find; corresponds to emacs 19; newer emacs's have better language support built-in. @ text @$NetBSD: patch-src_buffer_h,v 1.2 2013/04/21 15:39:59 joerg Exp $ - use standard headers --- src/buffer.h.orig 1995-06-09 08:31:18.000000000 +0000 +++ src/buffer.h @@@@ -40,6 +40,8 @@@@ the Free Software Foundation, 675 Mass A /* 93.7.7 modified for Mule Ver.0.9.8 by K.Handa frontmap is introduced. */ +#include + #ifdef USE_TEXT_PROPERTIES #define SET_PT(position) (set_point ((position), current_buffer)) #define TEMP_SET_PT(position) (temp_set_point ((position), current_buffer)) @@@@ -471,3 +473,9 @@@@ extern char *r_re_alloc(); #define BUFFER_FREE(data) (free ((data))) #define R_ALLOC_DECLARE(var,data) #endif + +void unchain_marker (Lisp_Object marker); +void record_insert (Lisp_Object beg, Lisp_Object length); +void record_delete (int beg, int length); +void record_first_change (void); +void record_property_change (int beg, int length, Lisp_Object prop, Lisp_Object value, Lisp_Object buffer); @ 1.2 log @Fix various prototype issues. @ text @d1 1 a1 1 $NetBSD: patch-src_buffer_h,v 1.1 2011/12/24 17:07:07 dholland Exp $ @ 1.1 log @Adjust the amd64 patch by crosschecking the existing header for alpha. Patch extensive use of malloc and alloca without and some other stuff that showed up in the build log. Still crashes in temacs but it's getting much farther. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/buffer.h~ 1995-06-09 08:31:18.000000000 +0000 d16 10 @