Xinqi Bao's Git
projects
/
dmenu.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from parent 1:
cc59636
)
arg.h: remove unused ARGNUM* macros
author
Hiltjo Posthuma <
[email protected]
>
Sun, 8 Nov 2015 22:37:47 +0000
(23:37 +0100)
committer
Hiltjo Posthuma <
[email protected]
>
Sun, 8 Nov 2015 22:37:47 +0000
(23:37 +0100)
arg.h
patch
|
blob
|
history
diff --git
a/arg.h
b/arg.h
index
4df77a7
..
ff1fd13
100644
(file)
--- a/
arg.h
+++ b/
arg.h
@@
-29,25
+29,11
@@
extern char *argv0;
argc_ = argv[0][0];\
switch (argc_)
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 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')?\
#define EARGF(x) ((argv[0][1] == '\0' && argv[1] == NULL)?\
((x), abort(), (char *)0) :\
(brk_ = 1, (argv[0][1] != '\0')?\