From 2bd957a89d7a5995d5cda145d39a8ec1e315bc0d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 15 Apr 2013 13:22:51 -0400 Subject: Change the arg option for -O from numeric to string. --- makeint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makeint.h') diff --git a/makeint.h b/makeint.h index 1310d8f..fe43260 100644 --- a/makeint.h +++ b/makeint.h @@ -525,8 +525,8 @@ int strncasecmp (const char *s1, const char *s2, int n); # endif #endif -#define OUTPUT_SYNC_FINE 1 -#define OUTPUT_SYNC_COARSE 2 +#define OUTPUT_SYNC_TARGET 1 +#define OUTPUT_SYNC_MAKE 2 extern const gmk_floc *reading_file; extern const gmk_floc **expanding_var; -- cgit v1.2.3