mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
'lib' is also being used by the cmake build, so there was a theoretical risk for file conflicts. The new name is 'borrowed'.
7 lines
86 B
C
7 lines
86 B
C
void gnc_libc_missing_noop (void);
|
|
|
|
void gnc_libc_missing_noop (void)
|
|
{
|
|
return;
|
|
}
|