emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to nl_types.h


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to nl_types.h
Date: Sun, 24 Sep 2006 12:35:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/09/24 12:35:14

Index: nl_types.h
===================================================================
RCS file: nl_types.h
diff -N nl_types.h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ nl_types.h  24 Sep 2006 12:35:14 -0000      1.1
@@ -0,0 +1,26 @@
+/* Replacement nl_types.h file for building GNU Emacs on Windows.
+   Copyright (C) 2006 Free Software Foundation, Inc.
+
+This file is part of GNU Emacs.
+
+GNU Emacs is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Emacs is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
+
+#ifndef _NL_TYPES_H
+#define _NL_TYPES_H
+
+typedef int nl_item;
+
+#endif /* _NL_TYPES_H */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]