From 15b4f7bc2e574748ee5b971c3fc50328a0a34ac2 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 30 May 2008 15:57:23 +0000 Subject: [PATCH] Remove now-useless reference to debug. --- parsers.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/parsers.h b/parsers.h index b840dfe1..7e77678e 100644 --- a/parsers.h +++ b/parsers.h @@ -1,6 +1,6 @@ #ifndef PARSERS_H_INCLUDED #define PARSERS_H_INCLUDED -#define PARSERS_H_VERSION "$Id: parsers.h,v 1.46 2008/05/21 15:47:14 fabiankeil Exp $" +#define PARSERS_H_VERSION "$Id: parsers.h,v 1.47 2008/05/21 20:12:11 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.h,v $ @@ -43,6 +43,11 @@ * * Revisions : * $Log: parsers.h,v $ + * Revision 1.47 2008/05/21 20:12:11 fabiankeil + * The whole point of strclean() is to modify the + * first parameter, so don't mark it immutable, + * even though the compiler lets us get away with it. + * * Revision 1.46 2008/05/21 15:47:14 fabiankeil * Streamline sed()'s prototype and declare * the header parse and add structures static. @@ -299,8 +304,6 @@ extern int strclean(char *string, const char *substring); extern const char parsers_rcs[]; extern const char parsers_h_rcs[]; -extern int debug; - #ifdef __cplusplus } /* extern "C" */ #endif -- 2.39.2