#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
Родитель d5c7f8eb75
Коммит 81041fa8e2
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