summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2009-10-25 00:26:34 +0000
committerPaul Smith <psmith@gnu.org>2009-10-25 00:26:34 +0000
commitdb63fa4b986b01b3bd467feaa249771161cf2037 (patch)
tree4e2d4f7e9118fff37e91b4a1377d171dc4f6ca36 /file.c
parent00a50bbd6c84671b0afc72a1ca22e1a9bdf4688b (diff)
downloadmake-db63fa4b986b01b3bd467feaa249771161cf2037.tar.gz
Various simple code cleanups.
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 9e744b7e..e968e40b 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
}