1
1

this is some cleanup which was breaking on windows. the atomic.h removal of STATIC INLINE macro because goerge removed its use from all files

This commit was SVN r3434.
Этот коммит содержится в:
Prabhanjan Kambadur 2004-10-29 15:23:10 +00:00
родитель f9ca11225b
Коммит 59032bceff
2 изменённых файлов: 0 добавлений и 10 удалений

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

@ -103,11 +103,7 @@
#include <assert.h>
#include <stdlib.h>
#ifdef WIN32
#include <windows.h>
#else
#include "include/sys/atomic.h"
#endif
/*
* BEGIN_C_DECLS should be used at the beginning of your declarations,

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

@ -25,12 +25,6 @@
#endif
#if defined(__GNUC__) || defined (WIN32)
#define STATIC_INLINE static inline
#else
#define STATIC_INLINE
#endif
/**
* Volatile lock object (with optional padding).
*/