m4-patches
[Top][All Lists]
Advanced

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

FYI: improve internal errno visibility [m4--devo--1.0--patch-6]


From: Gary V. Vaughan
Subject: FYI: improve internal errno visibility [m4--devo--1.0--patch-6]
Date: Wed, 4 May 2005 20:36:58 +0100 (BST)
User-agent: mailnotify/0.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.

  * looking for address@hidden/m4--devo--1.0--patch-5 to compare with
  * comparing to address@hidden/m4--devo--1.0--patch-5
  M  ChangeLog
  M  m4/m4private.h
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
  
        * m4/m4private.h: Make errno visible for the sources patched
        below.
  
  --- orig/m4/m4private.h
  +++ mod/m4/m4private.h
  @@ -1,5 +1,7 @@
   /* GNU m4 -- A simple macro processor
  -   Copyright (C) 1989-1994, 1998-1999, 2004 Free Software Foundation, Inc.
  +
  +   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2004,
  +   2005 Free Software Foundation, Inc.
   
      This program is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published by
  @@ -24,6 +26,14 @@
   #  include <config.h>
   #endif
   
  +#if HAVE_ERRNO_H
  +#include <errno.h>
  +#endif
  +
  +#ifndef errno
  +extern int errno;
  +#endif
  +
   #include <assert.h>
   
   #include "m4module.h"
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFCeSRZFRMICSmD1gYRAomoAKCqQf3BkC6BAESHYjUBbzcIR1WczgCdEcTF
NmY/iJphMwsGyq7sMjprmRE=
=W9eU
-----END PGP SIGNATURE-----




reply via email to

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