summaryrefslogtreecommitdiff
path: root/false.c
diff options
context:
space:
mode:
Diffstat (limited to 'false.c')
-rw-r--r--false.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/false.c b/false.c
index 0997f7d..bc3528e 100644
--- a/false.c
+++ b/false.c
@@ -1,7 +1,7 @@
/*
* UNG's Not GNU
*
- * Copyright (c) 2011-2017, Jakob Kaivo <jkk@ung.org>
+ * Copyright (c) 2011-2020, Jakob Kaivo <jkk@ung.org>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -17,8 +17,5 @@
*
*/
-int false_main(int argc, char *argv[])
-{
- (void)argc; (void)argv;
- return 1;
-}
+#define main false_main
+#include "false/false.c"