summaryrefslogtreecommitdiff
path: root/docs/esp8266/tutorial
diff options
context:
space:
mode:
authorAlex Riesen <alexander.riesen@cetitec.com>2023-02-21 16:44:08 +0100
committerDamien George <damien@micropython.org>2023-04-11 16:41:10 +1000
commita22136a7322616e768962804075380103d34a09b (patch)
treeadbe68fe2866928f25608c6fcaa5781c7c72fc69 /docs/esp8266/tutorial
parentcfd3b70934791abc07f9476a956781de92ddf715 (diff)
py/makeqstrdefs.py: Fix handling GreenHills C/C++ preprocessor output.
The GreenHills preprocessor produces #line directives without a file name, which the regular expression used to distiguish between "# <number> file..." (GCC and similar) and "#line <number> file..." (Microsoft C and similar) does not match, aborting processing. Besides, the regular expression was unnecessarily wide, matching lines containing a "#", followed by any number of 'l','i','n', and 'e' characters. Signed-off-by: Alex Riesen <alexander.riesen@cetitec.com>
Diffstat (limited to 'docs/esp8266/tutorial')
0 files changed, 0 insertions, 0 deletions