* global.h [!__GNUC__]: Define __attribute__ with one argument.

This commit is contained in:
Pavel Roskin 2002-01-21 19:57:48 +00:00
parent 059476bd40
commit 4df07d04be
2 changed files with 5 additions and 1 deletions

View File

@ -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".

View File

@ -54,7 +54,7 @@
#include <glib.h>
#ifndef __GNUC__
#define __attribute__()
#define __attribute__(x)
#endif
#include "fs.h"