autoconf-archive-maintainers
[Top][All Lists]
Advanced

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

[patch #7148] AX_PREFIX_CONFIG_H adds extra spaces, but shouldn't


From: anonymous
Subject: [patch #7148] AX_PREFIX_CONFIG_H adds extra spaces, but shouldn't
Date: Wed, 31 Mar 2010 17:27:48 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8

URL:
  <http://savannah.gnu.org/patch/?7148>

                 Summary: AX_PREFIX_CONFIG_H adds extra spaces, but shouldn't
                 Project: GNU Autoconf Archive
            Submitted by: None
            Submitted on: Wed 31 Mar 2010 05:27:47 PM UTC
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

#define FOO BAR
becomes
#define PREFIX_FOO  BAR
notice the extra space before BAR in the second example.
This is harmless, except in the macro case:
#define BAZ(x) SOMEBAZ(x)
which becomes
#define PREFIX_BAZ (x) SOMEBAZ(x)
and the preprocessor no longer recognizes that it's a macro.

The patch also removes other unnecessary trailing whitespaces.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 31 Mar 2010 05:27:47 PM UTC  Name:
0001-AX_PREFIX_CONFIG_H-Removed-extra-spaces-which-break-.patch  Size: 2kB  
By: None

<http://savannah.gnu.org/patch/download.php?file_id=20078>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7148>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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