File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ if(NOT DEFINED __IO_FLOAT_EXACT)
159159 option (__IO_FLOAT_EXACT "Provide exact binary/decimal conversion for printf/scanf" ON )
160160endif ()
161161
162- set (_PICO_EXIT 1)
162+ set (__PICO_EXIT 1)
163163
164164if (NOT DEFINED __ASSERT_VERBOSE)
165165 option (__ASSERT_VERBOSE "Assert provides verbose information" ON )
Original file line number Diff line number Diff line change @@ -1384,7 +1384,7 @@ if mb_capable
13841384 conf_data.set(' __MB_EXTENDED_CHARSETS_JIS' , mb_jis_charsets)
13851385endif
13861386
1387- conf_data.set(' _PICO_EXIT ' , picoexit)
1387+ conf_data.set(' __PICO_EXIT ' , picoexit)
13881388if not picoexit
13891389 conf_data.set(' _ATEXIT_DYNAMIC_ALLOC' , newlib_atexit_dynamic_alloc)
13901390 conf_data.set(' _GLOBAL_ATEXIT' , get_option (' newlib-global-atexit' ))
Original file line number Diff line number Diff line change 106106/* The newlib version in string format. */
107107#define _NEWLIB_VERSION "@NEWLIB_VERSION@"
108108
109- #cmakedefine _PICO_EXIT
109+ #cmakedefine __PICO_EXIT
110110
111111/* The Picolibc minor version number. */
112112#define _PICOLIBC_MINOR__ @PROJECT_VERSION_MINOR@
You can’t perform that action at this time.
0 commit comments