mark.yang e2c8a25c1b
mcpp: Stick to C17
* Fix build error with gcc-15 by renaming goto labels
  see more details:
  http://errors.yoctoproject.org/Errors/Details/850149/
  ../../mcpp-2.7.2/src/system.c:3436:15: error: expected identifier or '*' before 'true'

  true, false are reserved keywords in gcc-15
  Rename goto 'labels' from 'ture' to 'true_label', from 'false' 'false_label' to avoid conflicts.

Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-01 09:21:23 -07:00
..
2025-03-28 10:28:12 -07:00
2025-02-27 20:28:17 +00:00
2024-06-27 09:19:06 -07:00
2025-01-14 08:52:03 -08:00
2023-02-01 09:28:47 -08:00
2025-03-12 08:15:43 -07:00
2024-02-09 09:52:12 -08:00
2024-05-23 08:44:44 -07:00
2025-03-27 17:05:45 -07:00
2018-05-29 12:56:19 -07:00
2025-02-03 13:03:24 -08:00
2025-03-25 09:33:51 -07:00
2024-07-28 00:00:31 -07:00
2023-12-21 08:20:34 -08:00
2025-01-24 18:20:00 -08:00
2025-03-08 15:06:11 -08:00
2024-02-09 09:52:12 -08:00
2025-02-14 20:27:17 -08:00
2025-03-31 14:42:07 -07:00
2025-01-29 17:43:04 -08:00
2023-03-17 07:06:55 -07:00
2023-06-14 09:41:35 -07:00
2025-04-01 09:21:23 -07:00
2024-07-25 07:58:08 -07:00
2025-02-10 08:45:37 -08:00
2022-06-30 13:39:27 -04:00
2025-03-18 11:30:45 -07:00
2025-03-11 19:35:32 -07:00
2025-03-25 09:33:53 -07:00
2025-02-26 08:30:52 -08:00
2024-02-09 09:52:12 -08:00
2025-03-11 17:17:21 -07:00
2025-01-14 08:52:05 -08:00
2024-02-09 09:52:12 -08:00
2024-06-07 09:11:54 -07:00
2025-02-04 10:14:37 -08:00
2024-12-13 07:54:45 -08:00
2024-12-24 08:23:09 -08:00
2024-12-27 09:21:42 -08:00
2025-02-26 08:30:56 -08:00
2025-03-11 17:17:19 -07:00
2024-04-19 14:31:31 -07:00
2025-01-20 20:20:26 -08:00