diff options
author | Antti-Juhani Kaijanaho <ajk@debian.org> | 2006-01-28 21:53:39 +0100 |
---|---|---|
committer | Antti-Juhani Kaijanaho <ajk@debian.org> | 2006-01-28 21:53:39 +0100 |
commit | ecb0f5b97014c8b010bfd1dfbd0e97b5b7a925ac (patch) | |
tree | a7f701278a81c5bcfc206cf2d5830ffb257f0838 /msg.c | |
parent | b93a059e177d57e6fa523aeea67fabf61e5220e0 (diff) | |
download | dctrl-tools-ecb0f5b97014c8b010bfd1dfbd0e97b5b7a925ac.tar.gz |
Import 2.2
Diffstat (limited to 'msg.c')
-rw-r--r-- | msg.c | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -1,5 +1,5 @@ /* grep-dctrl - grep Debian control files - Copyright (C) 1999, 2004 Antti-Juhani Kaijanaho + Copyright (C) 1999 Antti-Juhani Kaijanaho This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,8 +18,8 @@ The author can be reached via mail at (ISO 8859-1 charset for the city) Antti-Juhani Kaijanaho - Helokantie 1 A 16 - FIN-40640 JYVÄSKYLÄ + Helvintie 2 e as 9 + FIN-40500 JYVÄSKYLÄ FINLAND EUROPE and via electronic mail from @@ -34,17 +34,12 @@ #include <stdbool.h> +bool errors = false; + #include <assert.h> #include <string.h> #include "msg.h" -#define PROGNAME_MAXLEN 64 - -bool errors = false; - -int loglevel = L_IMPORTANT; -char progname [PROGNAME_MAXLEN]; - struct str2int_avec_t { const char * str; int integer; |