Merge from emacs-23
[bpt/emacs.git] / nt / inc / nl_types.h
CommitLineData
f4280c6a 1/* Replacement nl_types.h file for building GNU Emacs on Windows.
5df4f04c
GM
2
3Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
4 Free Software Foundation, Inc.
f4280c6a
EZ
5
6This file is part of GNU Emacs.
7
eef0be9e 8GNU Emacs is free software: you can redistribute it and/or modify
f4280c6a 9it under the terms of the GNU General Public License as published by
eef0be9e
GM
10the Free Software Foundation, either version 3 of the License, or
11(at your option) any later version.
f4280c6a
EZ
12
13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
eef0be9e 19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
f4280c6a
EZ
20
21#ifndef _NL_TYPES_H
22#define _NL_TYPES_H
23
24typedef int nl_item;
25
26#endif /* _NL_TYPES_H */
95c9f534 27