summaryrefslogtreecommitdiff
path: root/job.h
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2021-12-28 15:15:18 +0900
committerJinWang An <jinwang.an@samsung.com>2021-12-28 15:15:18 +0900
commit62e818d0e4e064f6da403cbf516dc7a7301ec569 (patch)
tree6460e009c267f3712a693403b2dbdf161ab0941b /job.h
parente15597c3e85dedc015ff923a88febd46a1551f71 (diff)
downloadmake-62e818d0e4e064f6da403cbf516dc7a7301ec569.tar.gz
make-62e818d0e4e064f6da403cbf516dc7a7301ec569.tar.bz2
make-62e818d0e4e064f6da403cbf516dc7a7301ec569.zip
Imported Upstream version 4.1upstream/4.1
Diffstat (limited to 'job.h')
-rw-r--r--job.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/job.h b/job.h
index 8a20177..3c921ba 100644
--- a/job.h
+++ b/job.h
@@ -1,5 +1,5 @@
/* Definitions for managing subprocesses in GNU Make.
-Copyright (C) 1992-2013 Free Software Foundation, Inc.
+Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
@@ -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. */