From 15f795793906ac8b184b5cf9dcbe515ba9df92ef Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 5 May 2013 20:19:00 -0400 Subject: Rename the -O "job" mode to "line" and "make" to "recurse". --- makeint.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'makeint.h') diff --git a/makeint.h b/makeint.h index 6cce848..9dd22ce 100644 --- a/makeint.h +++ b/makeint.h @@ -543,10 +543,10 @@ int strncasecmp (const char *s1, const char *s2, int n); # define OUTPUT_SYNC #endif -#define OUTPUT_SYNC_NONE 0 -#define OUTPUT_SYNC_JOB 1 -#define OUTPUT_SYNC_TARGET 2 -#define OUTPUT_SYNC_MAKE 3 +#define OUTPUT_SYNC_NONE 0 +#define OUTPUT_SYNC_LINE 1 +#define OUTPUT_SYNC_TARGET 2 +#define OUTPUT_SYNC_RECURSE 3 extern const gmk_floc *reading_file; extern const gmk_floc **expanding_var; -- cgit v1.2.3