1
1

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

Этот коммит содержится в:
Pavel Roskin 2002-01-21 19:57:48 +00:00
родитель 059476bd40
Коммит 4df07d04be
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

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