diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2024-01-09 17:31:41 +0000 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2024-01-18 14:27:54 +0000 |
commit | 60f58d0630805e8dce79f5489658fd83e42fa8f1 (patch) | |
tree | 7e1f6f015994e7241daa663133ea5c5213e52d81 /gcc/common | |
parent | 49478485f23d1b1645201ba4d3fc83a6c2852a3d (diff) | |
download | gcc-60f58d0630805e8dce79f5489658fd83e42fa8f1.zip gcc-60f58d0630805e8dce79f5489658fd83e42fa8f1.tar.gz gcc-60f58d0630805e8dce79f5489658fd83e42fa8f1.tar.bz2 |
Objective-C/C++: Ensure sufficient setup for the preprocessor.
The tokenizer makes use of functions that determine if identifiers
are interface or class names, and those functions need a hash map
to be set up.
This ensures that these are initialized before pre-process-only
jobs are run.
gcc/objc/ChangeLog:
* objc-act.cc (objc_init): Initialize interface and class
name hash maps before the preprocessor uses them.
Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
Diffstat (limited to 'gcc/common')
0 files changed, 0 insertions, 0 deletions