summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2023-01-16 13:01:09 -0500
committerPaul Smith <psmith@gnu.org>2023-01-16 13:01:09 -0500
commit8285852e553429021526d1a686fff290a5d469ef (patch)
tree6aa3ece6bad1a2517061cc6cde412e46fdd6ac54 /src/commands.c
parent9b9f3351d1294b8e6d11f339f7b47d705c69e64f (diff)
downloadmake-git-8285852e553429021526d1a686fff290a5d469ef.tar.gz
Clean up some preprocessor operations
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.c b/src/commands.c
index c7121788..eebd63a3 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -313,7 +313,7 @@ set_file_variables (struct file *file, const char *stem)
DEFINE_VARIABLE ("|", 1, bar_value);
}
-#undef DEFINE_VARIABLE
+#undef DEFINE_VARIABLE
}
/* Chop CMDS up into individual command lines if necessary.