selinux-refpolicy/support/fatal_error.m4

5 lines
149 B
Plaintext
Raw Normal View History

ifdef(`m4_fatal_error',`
2017-03-08 16:16:27 +00:00
ifdef(`m4_werror',`errprint(__program__:__file__: Notice: Treating warnings as errors.__endline__)')
m4exit(`1')
')