diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-12-12 21:59:08 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-12-12 21:59:08 +0100 |
commit | 4bf98aecffe57648d15db90718134b00ac87ec3b (patch) | |
tree | 31c372fe90986366c8587e59a34b8c2d2ff3f82f /test/src/emacs-module-resources/mod-test.c | |
parent | 180e309d8b15b66b588438d157ed1290ab2de7df (diff) | |
download | emacs-4bf98aecffe57648d15db90718134b00ac87ec3b.tar.gz emacs-4bf98aecffe57648d15db90718134b00ac87ec3b.tar.bz2 emacs-4bf98aecffe57648d15db90718134b00ac87ec3b.zip |
Fix BSD .include etc syntax in Makefiles
* lisp/progmodes/make-mode.el (makefile-bsdmake-statements): Fix
the BSD conditional syntax (bug#24000).
(makefile-make-font-lock-keywords): Allow calling without keywords.
(makefile-bsdmake-font-lock-keywords): Add the conditional syntax.
Makefile inclusion, conditional structures and for loops reminiscent of
the C programming language are provided in make. All such structures are
identified by a line beginning with a single dot (`.') character.
Whitespace characters may follow this dot, e.g.,
.include <file>
and
. include <file>
are identical constructs
Diffstat (limited to 'test/src/emacs-module-resources/mod-test.c')
0 files changed, 0 insertions, 0 deletions