Files
emacs/lib-src
Paul Eggert d2d4b07465 Port build to gcc -fcheck-pointer-bounds
This does not let Emacs run, just build.
* lib-src/etags.c (main):
* lib-src/profile.c (main):
Use return, not exit.
* src/bytecode.c (BYTE_CODE_THREADED) [__CHKP__]:
Do not define, as -fcheck-pointer-bounds is incompatible with taking
addresses of labels.
* src/menu.c (Fx_popup_dialog): Use eassume, not eassert,
to pacify gcc -fcheck-pointer-bounds -Wnull-dereference.
2016-11-25 21:25:55 -08:00
..
2016-01-01 01:34:24 -08:00
2014-05-18 11:57:04 -07:00
2016-09-30 12:38:52 -07:00
2016-09-30 12:38:52 -07:00
2016-11-19 14:31:05 -08:00
2016-09-30 12:38:52 -07:00
2016-09-30 12:38:52 -07:00
2016-03-10 07:59:19 -08:00
2016-01-24 17:29:01 -08:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.