Introduction
Introduction Statistics Contact Development Disclaimer Help
arg.h: remove unused ARGNUM* macros - dmenu - dynamic menu
git clone git://git.suckless.org/dmenu
Log
Files
Refs
README
LICENSE
---
commit 32f2564dbbbf5aeafb7190a3d35066142f34448f
parent cc596365ac9c522beb8978cfca741d23d3bf83ae
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 8 Nov 2015 23:37:47 +0100
arg.h: remove unused ARGNUM* macros
Diffstat:
M arg.h | 14 --------------
1 file changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/arg.h b/arg.h
@@ -29,25 +29,11 @@ extern char *argv0;
argc_ = argv[0][0];\
switch (argc_)
-/* Handles obsolete -NUM syntax */
-#define ARGNUM case '0':\
- case '1':\
- case '2':\
- case '3':\
- case '4':\
- case '5':\
- case '6':\
- case '7':\
- case '8':\
- case '9'
-
#define ARGEND }\
}
#define ARGC() argc_
-#define ARGNUMF(base) (brk_ = 1, estrtol(argv[0], (base)))
-
#define EARGF(x) ((argv[0][1] == '\0' && argv[1] == NULL)?\
((x), abort(), (char *)0) :\
(brk_ = 1, (argv[0][1] != '\0')?\
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.