* global.h: Define __attribute__ to an empty string for non-gcc
compilers so that it's safe to use.
Этот коммит содержится в:
родитель
5062e120a5
Коммит
6eef7a34e7
@ -1,3 +1,8 @@
|
||||
2001-10-19 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* global.h: Define __attribute__ to an empty string for non-gcc
|
||||
compilers so that it's safe to use.
|
||||
|
||||
2001-10-18 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* view.c (init_growing_view): Revert last change, it was wrong.
|
||||
|
@ -53,6 +53,10 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#ifndef __GNUC__
|
||||
#define __attribute__()
|
||||
#endif
|
||||
|
||||
#include "fs.h"
|
||||
#include "mem.h"
|
||||
#include "util.h"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user