mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 02:10:36 -06:00
f943ba61ae
'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;
|
|
}
|