commit | 2f4648665c8867201b964617b15c3442fa0ae803 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <[email protected]> | Mon Feb 26 19:09:56 2024 +0900 |
committer | Yuyang Huang <[email protected]> | Mon Feb 26 19:17:39 2024 +0900 |
tree | 494ac233b391e8515c0503ff39ab3d291d74c69d | |
parent | 82e41db69beaa95862b0edf280cfcc6a7521d706 [diff] |
v5: fix potential bool typedef conflict. This commit undefines potentially existing bool, true, and false and redefine them before using it in apf_interperter.c. This prevents building error due to naming conflicts. Bug: 293694479 Test: TH Change-Id: I3f0d52a2c51f90a4f27933d7c61daed53f789379