This website requires JavaScript.
Explore
Help
Register
Sign in
Github
/
emacs
Watch
2
Star
0
Fork
You've already forked emacs
1
mirror of
git://git.sv.gnu.org/emacs.git
synced
2026-06-15 13:01:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
No description
4870
commits
254
branches
195
tags
823
MiB
Emacs Lisp
65.9%
C
19.3%
Roff
9.6%
M4
0.9%
Objective-C
0.8%
Other
2.4%
fb2443daaa
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
fb2443daaa
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