From d46e835fc231a9911963fcc9b465fc3d99f18397 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 27 Apr 2014 16:52:54 +0000 Subject: Removed duplicate is_realspace definition --- src/htsalias.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src') diff --git a/src/htsalias.c b/src/htsalias.c index 0f6c9f1..0f8a41e 100644 --- a/src/htsalias.c +++ b/src/htsalias.c @@ -40,15 +40,6 @@ Please visit our Website: http://www.httrack.com #include "htslib.h" #define _NOT_NULL(a) ( (a!=NULL) ? (a) : "" ) -// #define is_realspace(c) (strchr(" \x0d\x0a\x09\x0b\x0c",(c))!=NULL) -#define is_realspace(c) ( \ - (c) == ' ' \ - || (c) == '\x09' \ - || (c) == '\x0a' \ - || (c) == '\x0b' \ - || (c) == '\x0c' \ - || (c) == '\x0d' \ -) // COPY OF cmdl_ins in htsmain.c // Insert a command in the argc/argv -- cgit v1.2.3