mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-11 03:23:43 +01:00
(tab): Declare as "static".
(Logical change 1.130)
This commit is contained in:
parent
7305d26f26
commit
612917dce0
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
|
||||
#define offsetof(type,field) ((char *) &((type *) 0)->field - (char *) 0)
|
||||
|
||||
struct
|
||||
static struct
|
||||
{
|
||||
const char name[256];
|
||||
unsigned long value;
|
||||
|
|
Loading…
Reference in a new issue