Deleted Added
full compact
2c2
< * Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. *
---
> * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. *
33c33
< * $Id: progs.priv.h,v 1.30 2006/11/26 00:28:01 tom Exp $
---
> * $Id: progs.priv.h,v 1.33 2007/10/13 20:33:53 tom Exp $
112a113
>
113a115,122
> #if HAVE_NC_FREEALL
> #undef ExitProgram
> #ifdef USE_LIBTINFO
> #define ExitProgram(code) _nc_free_tinfo(code)
> #else
> #define ExitProgram(code) _nc_free_tic(code)
> #endif
> #endif