From 6a50b31345c8b2090acf913fb88bc21236d8c85a Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Mon, 31 Jul 2000 12:12:33 +0000 Subject: [PATCH] * src/include/nonposix.h: Remove first line -- this file is used in C also. --- ChangeLog | 3 +++ src/include/nonposix.h | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 63b5022e..e9bc38e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ * MORE.STUFF: Added info about port to DOS. * NEWS, win32-diffs: Updated. + * src/include/nonposix.h: Remove first line -- this file is used + in C also. + 2000-07-30 Werner LEMBERG * doc/texinfo.tex: Update to latest version. diff --git a/src/include/nonposix.h b/src/include/nonposix.h index 0d3cbd64..e4b02da3 100644 --- a/src/include/nonposix.h +++ b/src/include/nonposix.h @@ -1,4 +1,3 @@ -// -*- C++ -*- /* Copyright (C) 2000 Free Software Foundation, Inc. Written by Eli Zaretskii (eliz@is.elta.co.il) @@ -136,4 +135,3 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef NULL_DEV # define NULL_DEV "/dev/null" #endif - -- 2.11.4.GIT