Fix compilation of 'share/gb_system_temp.h' on non-Linux/BSD systems.
[INTERPRETER] * BUG: Fix compilation of 'share/gb_system_temp.h' on non-Linux/BSD systems.
This commit is contained in:
parent
bb1894d4cf
commit
52c5823669
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ int SYSTEM_get_cpu_count(void)
|
|||
|
||||
int SYSTEM_get_cpu_count(void)
|
||||
{
|
||||
fprintf(stderr, "gbx" GAMBAS_VERSION ": warning: don't know how to return cpu count\n");
|
||||
fprintf(stderr, "gbx" GAMBAS_VERSION_STRING ": warning: don't know how to return cpu count\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue