patchGNU Autoconf Archive - Patches: patch #7148, AX_PREFIX_CONFIG_H adds extra...

 
 

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

Submitter:  None
Submitted:  Wed 31 Mar 2010 05:27:47 PM UTC
   
 
Priority:  5 - Normal Status:  Done
Assigned to:  simons Originator Email:  -email is unavailable-
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 01 Apr 2010 10:54:14 PM UTC, comment #1: 

Hi Joel,

your patch to AX_PREFIX_CONFIG_H has been applied to the Git repository in revision
71cc62c88fbc59b96eb4a0399792ce479a5f7349. Thank you very much for your submission!

Take care,
Peter

Peter Simons <simons>
Group administrator
Wed 31 Mar 2010 05:27:47 PM UTC, original submission:  

#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.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by simons (Posted a comment)
  • -email is unavailable- added by simons (ax_prefix_config_h authors)
  • -email is unavailable- added by simons (ax_prefix_config_h authors)
  • -email is unavailable- added by None (Submitted the item)
  •  

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-06-04 simons StatusReady For Test Done
        Open/ClosedOpen Closed
    2010-04-01 simons StatusNone Ready For Test
        Assigned toNone simons
        Carbon-Copy- Added guido u. draheim <guidod@gmx.de>
        Carbon-Copy- Added gerald point <gerald.point@labri.fr>
    2010-03-31 None Attached File- Added 0001-AX_PREFIX_CONFIG_H-Removed-extra-spaces-which-break-.patch, #20078

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code