diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-07 17:40:25 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-07 17:40:25 +0200 |
commit | 8f75a603ec833a07a9d9d05782713807297c0c53 (patch) | |
tree | f3ef6a0dd8725be483e6c3dfdfc27b3cc6099117 /src/conf-parser.c | |
parent | afe1be4dbdf142513f6ac1d92e6a20bdc4b20c80 (diff) |
util: implement safe_atolu based on safe_atolli/safe_atoi, depending on word size
Diffstat (limited to 'src/conf-parser.c')
-rw-r--r-- | src/conf-parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf-parser.c b/src/conf-parser.c index 13f873869f..a2204530c2 100644 --- a/src/conf-parser.c +++ b/src/conf-parser.c @@ -32,7 +32,6 @@ #include "log.h" #define COMMENTS "#;\n" -#define LINE_MAX 4096 /* Run the user supplied parser for an assignment */ static int next_assignment( |