summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 9e744b7..e968e40 100644
--- a/file.c
+++ b/file.c
@@ -758,7 +758,7 @@ snap_deps (void)
/* If .POSIX was defined, remove OUTPUT_OPTION to comply. */
/* This needs more work: what if the user sets this in the makefile?
if (posix_pedantic)
- define_variable (STRING_SIZE_TUPLE("OUTPUT_OPTION"), "", o_default, 1);
+ define_variable_cname ("OUTPUT_OPTION", "", o_default, 1);
*/
#endif
}