forked from Imagelibrary/binutils-gdb
* gdb.base/info-macros.c: Fix whitespace.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2012-09-05 Doug Evans <dje@google.com>
|
||||
|
||||
* gdb.base/info-macros.c: Fix whitespace.
|
||||
|
||||
2012-08-28 Pedro Alves <palves@redhat.com>
|
||||
|
||||
PR gdb/14428
|
||||
|
||||
@@ -4,8 +4,7 @@
|
||||
#ifdef FOO
|
||||
#undef FOO
|
||||
#endif
|
||||
|
||||
#define FOO "hello"
|
||||
#define FOO "hello"
|
||||
#else
|
||||
#undef FOO
|
||||
#endif
|
||||
@@ -15,15 +14,14 @@
|
||||
#ifdef FOO
|
||||
#undef FOO
|
||||
#endif
|
||||
#define FOO " "
|
||||
#define FOO " "
|
||||
#endif
|
||||
|
||||
#ifdef THREE
|
||||
#ifdef FOO
|
||||
#undef FOO
|
||||
#endif
|
||||
|
||||
#define FOO "world"
|
||||
#define FOO "world"
|
||||
#endif
|
||||
|
||||
#ifdef FOUR
|
||||
|
||||
Reference in New Issue
Block a user