summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/d_define.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d_define.h b/src/d_define.h
index ae3d92a..b8196a7 100644
--- a/src/d_define.h
+++ b/src/d_define.h
@@ -51,6 +51,7 @@
#define FT_ZER_VAR "$0"
#define FT_RET_VAR "$?"
#define FT_PID_VAR "$$"
+#define FT_ARGC_VAR "$#"
/*
** ====== FAIL MSG ======