aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/cc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/cc/cc.c')
-rw-r--r--sys/cmd/cc/cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/cc/cc.c b/sys/cmd/cc/cc.c
index 3602643..8ad0022 100644
--- a/sys/cmd/cc/cc.c
+++ b/sys/cmd/cc/cc.c
@@ -397,7 +397,7 @@ main(int argc, byte *argv[])
// NOTE: This is just for my comfort during debugging.
pushinclude("/home/nolln/root/include");
pushinclude("/home/nolln/root/include/vendor/libc");
-
+
src = (argc == 0) ? "<stdin>" : argv[0];
intern(&src);