diff options
| author | Ashish SHUKLA <ashish@FreeBSD.org> | 2020-05-19 04:21:32 +0000 |
|---|---|---|
| committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2020-05-19 04:21:32 +0000 |
| commit | 086ef05ea9f245b5a21e39f7952311bf6d323376 (patch) | |
| tree | 2ad4eb3271da3c377ec9d62f32ff47c8435ab0a8 /editors/emacs-devel/files | |
| parent | - update to 3.5.2 (diff) | |
- Update to git snapshot b1fe27d
- Add a patch to unbreak building on -HEAD[1], and -STABLE[2]
platforms which ship clang/LLVM 10
PR: 246525[2]
Reported by: pkg-fallout[1], Robert Cina[2]
Diffstat (limited to 'editors/emacs-devel/files')
| -rw-r--r-- | editors/emacs-devel/files/patch-lib-src_etags.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/emacs-devel/files/patch-lib-src_etags.c b/editors/emacs-devel/files/patch-lib-src_etags.c new file mode 100644 index 000000000000..e6bc526020d1 --- /dev/null +++ b/editors/emacs-devel/files/patch-lib-src_etags.c @@ -0,0 +1,10 @@ +--- lib-src/etags.c.orig 2020-05-18 16:17:29 UTC ++++ lib-src/etags.c +@@ -4196,7 +4196,6 @@ C_entries (int c_ext, FILE *inf) + objdef = omethodsign; + break; + } +- FALLTHROUGH; + resetfvdef: + case '#': case '~': case '&': case '%': case '/': + case '|': case '^': case '!': case '.': case '?': |
