I thought it must mean something like that, but I'm not using a system clock function. In fact I'm not using any C functions at all because the project is entirely in assembler.
Some settings have clearly changed, because MCUXpresso created this project differently from all my previous ones:
It added an "includes" directory containing:
MCUXpressoIDE_10.1.1_606/ide/tools/features/include and
MCUXpressoIDE_10.1.1._606/ide/tools/redlib/include which was not there in previous projects
It uses a different filename for the .axf file (now prefixed with "lib")
The icon for the .axf file has changed from a purple beetle to a purple amoeba
The project icon (an open folder with a superscript "c") now has a subscript "i".
There's about 500 bytes of RAM used at 0x02000000 which I didn't use in the code
Any clues as to what got changed, because otherwise I'll take aeons to find it!