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