summaryrefslogtreecommitdiff
path: root/true.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-10-06 16:53:07 -0400
committerJakob Kaivo <jkk@ung.org>2020-10-06 16:53:07 -0400
commit1a3266eed2e91fc0684bee464875773db1040864 (patch)
treea10590f5f4ca4fae4c3a7655aaed3537009f8f9f /true.c
parent2c55c7f99803bbb7fd490ba96bec7a4a24f68fe6 (diff)
compile included true and false directly into builtins.o
Diffstat (limited to 'true.c')
-rw-r--r--true.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/true.c b/true.c
deleted file mode 100644
index cf7b585..0000000
--- a/true.c
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * UNG's Not GNU
- *
- * Copyright (c) 2011-2017, 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
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- *
- */
-
-#define main true_main
-#include "true/true.c"