aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-10-19 10:42:32 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-10-19 10:42:32 +0300
commit090d017cab487744c163369506926775fba0ecb4 (patch)
tree9bb4883444b90a294bb69ba5367b667e6322f4ee
parent0ae2a7c27bde705231ad00cd2f7e5a6f6ac6a09c (diff)
downloadm4kwargs-090d017cab487744c163369506926775fba0ecb4.tar.gz
m4kwargs-090d017cab487744c163369506926775fba0ecb4.tar.bz2
Remove unused macros
-rw-r--r--m4/kwargs.m410
1 files changed, 0 insertions, 10 deletions
diff --git a/m4/kwargs.m4 b/m4/kwargs.m4
index da45219..91c6a1d 100644
--- a/m4/kwargs.m4
+++ b/m4/kwargs.m4
@@ -236,16 +236,6 @@ m4_define(`__KWARGS_DUMP',
m4_define(`KWARGS_LIST',`KWARGS_DUMP(`,')')
-m4_define(`KW_ARG_1',`$1')
-m4_define(`KW_ARG_2',`$2')
-m4_define(`KW_ARG_3',`$3')
-m4_define(`KW_ARG_4',`$4')
-m4_define(`KW_ARG_5',`$5')
-m4_define(`KW_ARG_6',`$6')
-m4_define(`KW_ARG_7',`$7')
-m4_define(`KW_ARG_8',`$8')
-m4_define(`KW_ARG_9',`$9')
-
m4_define(`KW_ARGV',
`m4_ifelse($#,0,`KW_ARGS',`m4_argn($1,KW_ARGS)')')

Return to:

Send suggestions and report system problems to the System administrator.