#ifdef around a #define such that it isnt defined twice

This commit is contained in:
mgleeson1%netscape.com 1999-09-03 22:09:35 +00:00
Родитель eeb3a8adb3
Коммит 51ba3639b8
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -88,7 +88,9 @@
#define __CONCAT(x,y) x ## y
#define __STRING(x) #x
#ifndef __const
#define __const const /* define reserved names to standard */
#endif /* __const */
#define __signed signed
#define __volatile volatile
#ifndef _WINDOWS