diff options
Diffstat (limited to 'src/kmk/w32/include/sub_proc.h')
-rw-r--r-- | src/kmk/w32/include/sub_proc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kmk/w32/include/sub_proc.h b/src/kmk/w32/include/sub_proc.h index 21ef1a4..8166dce 100644 --- a/src/kmk/w32/include/sub_proc.h +++ b/src/kmk/w32/include/sub_proc.h @@ -1,6 +1,6 @@ /* Definitions for Windows process invocation. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the @@ -21,11 +21,11 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ /* * Component Name: * - * $Date: 2007/10/24 20:06:32 $ + * $Date: 2010/07/13 01:20:43 $ * * $Source: /sources/make/make/w32/include/sub_proc.h,v $ * - * $Id: sub_proc.h,v 1.10 2007/10/24 20:06:32 eliz Exp $ + * $Id: sub_proc.h,v 1.12 2010/07/13 01:20:43 psmith Exp $ */ #define EXTERN_DECL(entry, args) extern entry args |