mirror of https://github.com/MidnightCommander/mc
* global.h [!__GNUC__]: Define __attribute__ with one argument.
This commit is contained in:
parent
059476bd40
commit
4df07d04be
|
@ -1,3 +1,7 @@
|
|||
2002-01-21 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* global.h [!__GNUC__]: Define __attribute__ with one argument.
|
||||
|
||||
2002-01-20 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* screen.c (string_file_size): Translate "UP--DIR".
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
#include <glib.h>
|
||||
|
||||
#ifndef __GNUC__
|
||||
#define __attribute__()
|
||||
#define __attribute__(x)
|
||||
#endif
|
||||
|
||||
#include "fs.h"
|
||||
|
|
Loading…
Reference in New Issue