comparison nt/inc/langinfo.h @ 112218:376148b31b5e

Add 2011 to FSF/AIST copyright years.
author Glenn Morris <rgm@gnu.org>
date Sun, 02 Jan 2011 15:50:46 -0800
parents aeceb2460b39
children
comparison
equal deleted inserted replaced
112097:3ef3ed396505 112218:376148b31b5e
1 /* Replacement langinfo.h file for building GNU Emacs on Windows. 1 /* Replacement langinfo.h file for building GNU Emacs on Windows.
2 Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2
3 Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
4 Free Software Foundation, Inc.
3 5
4 This file is part of GNU Emacs. 6 This file is part of GNU Emacs.
5 7
6 GNU Emacs is free software: you can redistribute it and/or modify 8 GNU Emacs is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
56 58
57 extern char *nl_langinfo (nl_item); 59 extern char *nl_langinfo (nl_item);
58 60
59 #endif /* _LANGINFO_H */ 61 #endif /* _LANGINFO_H */
60 62
61 /* arch-tag: a8917b7c-fb2c-4685-902b-742d0f67661b
62 (do not change this comment) */