mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Remove obsolete signbit GCC workaround
Reviewed-At: https://gitea.wildfiregames.com/0ad/0ad/pulls/8324
This commit is contained in:
parent
7b1d2fcb51
commit
c4762e22cc
1 changed files with 1 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2023 Wildfire Games.
|
||||
/* Copyright (C) 2025 Wildfire Games.
|
||||
* This file is part of 0 A.D.
|
||||
*
|
||||
* 0 A.D. is free software: you can redistribute it and/or modify
|
||||
|
|
@ -24,11 +24,6 @@
|
|||
|
||||
#include "scriptinterface/ScriptTypes.h"
|
||||
|
||||
// Redefine signbit to fix build error in GCC
|
||||
#ifndef signbit
|
||||
# define signbit std::signbit
|
||||
#endif
|
||||
|
||||
#include "jsfriendapi.h"
|
||||
|
||||
#include "js/AllocPolicy.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue