diff options
Diffstat (limited to 'job.h')
-rw-r--r-- | job.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,8 +39,8 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ #ifdef NO_OUTPUT_SYNC # define RECORD_SYNC_MUTEX(m) \ - error (NILF, \ - _("-O[TYPE] (--output-sync[=TYPE]) is not configured for this build.")); + O (error, NILF, \ + _("-O[TYPE] (--output-sync[=TYPE]) is not configured for this build.")); #else # ifdef WINDOWS32 /* For emulations in w32/compat/posixfcn.c. */ |