Introduction
Introduction Statistics Contact Development Disclaimer Help
targ.h: remove unused macros - st - [fork] customized build of st, the simple t…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit d836561b96097b04760104e7e0f8d014f5889a18
parent 00873e65eed161ee5f8916fbfb25c1a7f7a9b2f8
Author: Quentin Rameau <[email protected]>
Date: Sun, 8 Nov 2015 17:14:58 +0100
arg.h: remove unused macros
ARGUM isn't used and ARGNUMF uses estrtol() that isn't defined anywhere.
Those were probably copied from sbase arg.h.
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M arg.h | 15 ---------------
1 file changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/arg.h b/arg.h
t@@ -28,26 +28,11 @@ extern char *argv0;
break;\
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 mx1.adamsgaard.dk. 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.