Markus Armbruster
0553d895f9
Normalize position of header guard
...
This is the common header guard idiom:
/*
* File comment
*/
#ifndef GUARD_SYMBOL_H
#define GUARD_SYMBOL_H
... actual contents ...
#endif
A few of our headers have some #include before the guard.
target/tilegx/spr_def_64.h has #ifndef __DOXYGEN__ outside the guard.
A few more have the #define elsewhere.
Change them to match the common idiom. For spr_def_64.h, that means
dropping #ifndef __DOXYGEN__. While there, rename guard symbols to
make scripts/clean-header-guards.pl happy.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190604181618.19980-2-armbru@redhat.com>
[Rebased with conflicts resolved automatically]
2019-06-12 13:20:20 +02:00
..
2019-06-12 13:20:20 +02:00
2016-10-04 13:28:07 +01:00
2019-06-12 13:20:20 +02:00
2019-05-13 08:58:55 +02:00
2019-06-12 13:20:20 +02:00
2019-06-12 13:20:20 +02:00
2018-03-02 11:03:45 +00:00
2019-05-13 08:58:55 +02:00
2017-01-27 18:07:59 +01:00
2019-06-12 13:20:20 +02:00
2019-06-12 13:20:20 +02:00
2019-02-22 10:51:31 -05:00
2019-01-07 15:23:47 +00:00
2018-10-19 13:44:14 +02:00
2019-06-12 13:20:20 +02:00
2019-06-12 13:20:20 +02:00
2019-02-22 09:42:13 +00:00
2019-04-29 17:57:21 +01:00
2019-05-13 08:58:55 +02:00
2016-05-18 15:04:27 +03:00
2019-06-12 13:20:20 +02:00
2019-06-12 13:20:20 +02:00
2013-04-08 18:13:10 +02:00
2019-06-12 13:20:20 +02:00
2017-02-16 14:06:56 +01:00
2019-03-11 10:44:21 -03:00
2018-07-02 15:41:16 +02:00
2019-05-17 09:17:11 +01:00
2019-06-12 13:20:20 +02:00
2019-05-23 14:10:31 +02:00
2019-06-12 13:20:20 +02:00
2018-02-09 05:05:11 +01:00
2019-06-12 13:20:20 +02:00
2019-06-12 13:20:20 +02:00
2019-03-16 15:52:44 +02:00
2019-05-24 12:09:23 -07:00
2019-05-17 08:16:02 +02:00
2019-06-04 15:22:22 +02:00
2019-06-12 13:20:20 +02:00
2019-05-28 10:28:50 +01:00
2019-06-12 13:20:20 +02:00
2019-06-12 13:20:20 +02:00
2019-01-29 11:46:05 +00:00
2019-06-12 13:20:20 +02:00
2016-07-12 16:19:16 +02:00
2017-12-18 17:07:02 +03:00
2018-02-09 10:40:30 +00:00
2019-06-12 13:20:20 +02:00
2019-06-12 13:20:20 +02:00
2019-05-13 08:58:55 +02:00
2019-06-12 13:20:20 +02:00
2019-05-13 08:58:55 +02:00
2019-06-12 13:18:33 +02:00
2017-01-27 18:07:59 +01:00
2019-02-05 16:50:16 +01:00
2016-07-12 16:20:46 +02:00
2019-06-12 13:20:20 +02:00
2018-12-11 15:45:22 -02:00
2019-06-12 13:18:33 +02:00
2019-01-25 14:52:12 -05:00
2018-03-02 11:03:45 +00:00
2018-02-09 05:05:11 +01:00
2019-02-05 16:50:16 +01:00
2019-06-12 13:20:20 +02:00
2018-06-15 15:23:34 +01:00
2019-01-22 05:14:32 +01:00
2018-05-10 18:10:56 +01:00
2019-06-12 13:20:20 +02:00
2019-05-20 18:40:02 -04:00
2014-02-14 21:12:04 +01:00
2019-06-04 15:22:22 +02:00
2013-04-08 18:13:10 +02:00
2018-03-01 11:05:43 +00:00
2018-02-09 05:05:11 +01:00
2019-06-12 13:20:20 +02:00
2019-05-29 11:39:46 +10:00
2019-01-11 15:46:55 +01:00