This is actually part of an abortive attempt to flymake assembler code.
#'flymake-get-make-cmdline)))))
(setq flymake-allowed-file-name-masks
#'flymake-get-make-cmdline)))))
(setq flymake-allowed-file-name-masks
- '(("\\.\\(?:c\\|C\\|cc\\|cpp\\|cxx\\|c\\+\\+\\)\\'"
+ '(("\\.\\(?:[cC]\\|cc\\|cpp\\|cxx\\|c\\+\\+\\)\\'"
- ("\\.\\(?:h\\|H\\|hh\\|hpp\\|hxx\\|h\\+\\+\\)\\'"
+ ("\\.\\(?:[hH]\\|hh\\|hpp\\|hxx\\|h\\+\\+\\)\\'"
mdw-flymake-master-make-init)
("\\.p[lm]" flymake-perl-init)))
mdw-flymake-master-make-init)
("\\.p[lm]" flymake-perl-init)))