diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-31 09:26:05 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-31 09:26:05 +0000 |
commit | 84d20ec8747637a6a274510be53b43e3d258afda (patch) | |
tree | 0c25f312b747f89731fd08dccc3485612974fba1 /fixincludes/inclhack.def | |
parent | a410c3fc37e4da2b208910507b7c47899166c635 (diff) | |
download | gcc-84d20ec8747637a6a274510be53b43e3d258afda.tar.gz |
* inclhack.def (alpha_assert): Allow for more whitespace in
select.
* fixincl.x: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157858 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/inclhack.def')
-rw-r--r-- | fixincludes/inclhack.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def index 27ed40934be..910b3889270 100644 --- a/fixincludes/inclhack.def +++ b/fixincludes/inclhack.def @@ -607,7 +607,7 @@ fix = { fix = { hackname = alpha_assert; files = "assert.h"; - select = '(#define assert\(EX\).*)\(\(int\) \(EX\)\)'; + select = "(#[ \t]*" 'define assert\(EX\).*)\(\(int\) \(EX\)\)'; c_fix = format; c_fix_arg = "%1(EX)"; test_text = '#define assert(EX) (((int) (EX)) ? (void)0 ' |