diff options
Diffstat (limited to 'Build/source/texk/kpathsea/kpathsea.c')
-rw-r--r-- | Build/source/texk/kpathsea/kpathsea.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/kpathsea.c b/Build/source/texk/kpathsea/kpathsea.c index 1fb0fa27524..b7bf6964ac2 100644 --- a/Build/source/texk/kpathsea/kpathsea.c +++ b/Build/source/texk/kpathsea/kpathsea.c @@ -1,6 +1,6 @@ /* kpathsea.c: creating and freeing library instances - Copyright 2009 Taco Hoekwater. + Copyright 2009, 2012 Taco Hoekwater. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -21,8 +21,6 @@ * The code freeing the strings used in this struct is enabled/disabled * by KPATHSEA_CAN_FREE. */ -/* At the moment can not free */ -#define KPATHSEA_CAN_FREE 0 #include <kpathsea/config.h> |