MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / get_patched_preprocessor

Function get_patched_preprocessor

tools/preprocessor.py:79–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77_preprocessor_patch = None
78
79def get_patched_preprocessor():
80 global _preprocessor_patch
81 if _preprocessor_patch is None:
82 _preprocessor_patch = SConsPreProcessorPatch()
83 return _preprocessor_patch.get_patched_preprocessor()
84
85def create_preprocessor_instance():
86 global _preprocessor_patch

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected