This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
emacs
Watch
1
Fork
You've already forked emacs
0
mirror of
git://git.sv.gnu.org/emacs.git
synced
2025-12-27 15:52:00 -08:00
Code
Issues
Projects
Releases
Wiki
Activity
No description
5402
commits
243
branches
194
tags
7.7
GiB
Emacs Lisp
65.5%
C
19.5%
Roff
9.8%
M4
0.9%
Objective-C
0.8%
Other
2.4%
3a36920e40
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Gareth Rees
3a36920e40
Fix the build for gcc on os x: gcc warns about the missing return in protcatchthread, but we don't want to add one because that would be unreachable code. so use __attribute__((__noreturn__)) instead.
...
Copied from Perforce Change: 185461 ServerID: perforce.ravenbrook.com
2014-04-11 12:42:26 +01:00
mps
Fix the build for gcc on os x: gcc warns about the missing return in protcatchthread, but we don't want to add one because that would be unreachable code. so use __attribute__((__noreturn__)) instead.
2014-04-11 12:42:26 +01:00