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-05-26 17:45:02 +02:00
2019-06-03 10:31:30 -04:00
2019-03-12 09:46:58 -07:00
2019-05-29 11:14:19 +10:00
2019-02-26 14:08:03 +00:00
2018-11-13 10:47:59 +00:00
2018-06-08 14:39:24 -03:00
2019-06-12 13:18:33 +02:00
2019-05-13 08:58:55 +02:00
2019-03-08 12:26:45 +01:00
2019-06-04 15:20:41 +02:00
2019-03-05 14:43:11 +01:00
2019-06-04 16:55:58 +02:00
2019-06-07 11:53:07 +02:00
2019-05-03 10:52:20 +02:00
2019-02-22 14:07:01 -05:00
2019-03-14 16:02:13 +01:00
2019-06-12 13:18:33 +02:00
2019-05-20 18:40:02 -04:00
2019-05-20 18:40:02 -04:00
2019-03-12 07:40:59 +01:00
2019-01-14 14:52:30 +00:00
2019-01-14 14:52:30 +00:00
2018-10-24 19:03:37 +01:00
2018-07-02 15:41:17 +02:00
2018-07-02 15:41:17 +02:00
2019-05-29 18:00:58 -04:00
2019-06-05 15:54:15 -04:00
2019-01-22 05:14:32 +01:00
2018-06-08 13:17:39 -04:00
2018-02-14 11:43:41 +01:00
2019-04-12 12:40:35 +02:00
2019-02-22 09:32:32 +00:00
2018-08-15 08:12:19 +02:00
2018-11-19 10:08:19 -06:00
2019-03-07 22:05:54 +01:00
2019-01-24 15:20:59 +01:00
2018-05-04 08:27:53 +02:00
2018-05-04 08:27:53 +02:00
2018-05-04 08:27:53 +02:00
2018-05-04 08:27:53 +02:00
2018-07-28 09:09:58 +02:00
2018-12-11 15:45:22 -02:00
2018-10-05 16:27:09 +04:00
2018-07-28 09:09:58 +02:00
2018-12-20 11:19:12 -05:00
2018-07-03 13:04:38 +01:00
2019-06-12 13:20:20 +02:00
2018-07-24 17:33:39 +01:00
2019-06-12 13:20:20 +02:00
2019-05-21 10:00:41 +02:00
2019-02-26 09:21:25 +11:00
2019-01-11 11:45:00 +01:00
2019-05-08 17:45:54 +02:00
2019-06-03 14:03:02 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:20:20 +02:00
2019-06-12 13:18:33 +02:00
2019-01-22 05:14:32 +01:00
2019-06-12 13:18:33 +02:00
2019-03-06 10:10:36 +01:00
2019-05-23 14:10:31 +02:00
2019-05-21 10:00:46 +02:00
2019-01-22 06:26:32 +01:00
2019-03-07 16:50:04 +01:00
2019-05-08 16:59:28 +02:00
2018-02-09 13:50:17 +01:00
2019-06-12 13:20:20 +02:00
2019-03-06 10:10:36 +01:00
2019-03-06 10:10:36 +01:00
2019-06-12 13:18:33 +02:00
2019-05-08 17:45:54 +02:00
2019-06-11 20:22:09 +02:00
2019-06-05 12:44:03 +02:00
2018-08-16 08:42:06 +02:00
2019-03-07 22:16:22 +01:00
2018-12-17 15:36:40 +01:00
2019-06-06 14:09:14 +01:00
2019-06-12 13:18:33 +02:00
2019-02-01 15:32:17 +00:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-05-21 10:00:32 +02:00
2019-06-12 13:18:33 +02:00
2019-06-03 14:03:02 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-03-12 14:33:05 +11:00
2019-03-12 16:07:14 +11:00
2018-10-19 13:44:03 +02:00
2018-07-09 14:51:34 +01:00
2018-12-17 15:36:40 +01:00
2019-03-12 16:07:14 +11:00
2019-05-21 10:00:27 +02:00
2019-01-14 14:52:30 +00:00
2019-05-08 16:59:28 +02:00
2018-12-12 10:28:27 +01:00
2019-05-21 10:00:37 +02:00
2019-06-12 13:18:33 +02:00
2018-03-12 16:12:47 +01:00
2019-05-26 17:45:02 +02:00
2019-03-07 17:28:07 +01:00
2019-03-07 22:16:22 +01:00
2019-03-08 16:31:34 +00:00
2019-06-12 13:18:33 +02:00
2018-03-13 18:06:06 +00:00
2018-03-13 18:06:06 +00:00
2019-06-12 13:18:33 +02:00
2019-05-08 16:59:28 +02:00
2019-03-07 22:16:22 +01:00
2018-03-27 13:05:28 +01:00
2018-12-14 13:30:54 +00:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-06-04 16:55:58 +02:00
2019-06-04 15:22:22 +02:00
2019-06-04 15:22:22 +02:00
2019-06-04 15:22:22 +02:00
2018-09-25 15:31:15 +02:00
2019-06-04 15:22:22 +02:00
2019-06-12 13:18:33 +02:00
2019-03-05 14:43:11 +01:00
2019-03-07 22:16:22 +01:00
2019-06-12 13:18:33 +02:00
2019-01-11 13:57:25 +01:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2018-10-24 19:03:37 +01:00
2018-12-13 19:10:06 +01:00
2019-06-12 13:20:20 +02:00
2019-06-12 13:20:20 +02:00
2019-01-15 18:26:50 -05:00
2019-05-08 16:59:28 +02:00
2018-11-12 17:46:57 +01:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2018-07-02 15:41:10 +02:00
2018-05-04 08:27:53 +02:00
2018-02-09 05:05:11 +01:00
2019-01-07 16:18:42 +04:00
2018-07-02 15:41:10 +02:00
2019-03-18 10:48:06 -05:00
2019-03-11 16:33:49 +01:00
2018-09-26 08:55:54 -07:00
2019-06-12 13:18:33 +02:00
2019-02-18 14:44:04 +01:00
2019-03-05 14:43:11 +01:00
2019-03-05 14:43:11 +01:00
2019-01-11 15:46:55 +01:00
2018-08-23 18:46:25 +02:00
2018-08-23 18:46:25 +02:00
2018-10-01 19:13:55 +02:00
2018-12-13 19:10:06 +01:00
2018-02-10 10:45:14 +03:00
2019-06-03 14:03:00 +02:00
2019-06-12 13:18:33 +02:00
2019-04-02 13:52:02 +01:00
2019-04-18 22:18:59 +02:00
2018-05-04 08:27:53 +02:00
2019-06-12 13:18:33 +02:00
2018-08-23 18:46:25 +02:00
2019-06-03 14:03:02 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2018-09-07 16:37:47 -04:00
2019-05-13 08:58:55 +02:00
2019-05-08 16:59:28 +02:00
2018-06-06 15:44:07 -04:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2018-10-30 13:53:15 -04:00
2018-12-20 10:29:08 +01:00
2019-03-07 16:50:04 +01:00
2019-06-12 13:18:33 +02:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2019-06-11 20:22:09 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2018-08-23 13:32:50 +02:00
2019-06-12 13:20:20 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-05-20 18:40:02 -04:00
2019-06-12 13:18:33 +02:00
2018-05-04 08:27:53 +02:00