[hackers] [st] arg.h: remove unused macros || Quentin Rameau
commit d836561b96097b04760104e7e0f8d014f5889a18
Author: Quentin Rameau <quinq+hackers_AT_fifth.space>
AuthorDate: Sun Nov 8 17:14:58 2015 +0100
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Sun Nov 8 20:33:56 2015 +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 <20h_AT_r-36.net>
diff --git a/arg.h b/arg.h
index 4df77a7..a94e6b5 100644
--- a/arg.h
+++ b/arg.h
_AT_@ -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')?\
Received on Sun Nov 08 2015 - 20:34:27 CET
This archive was generated by hypermail 2.3.0
: Sun Nov 08 2015 - 20:36:10 CET