[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ifdefs
From: |
Jonathan B. Leffert |
Subject: |
ifdefs |
Date: |
Wed, 25 Jul 2001 10:53:10 -0700 |
User-agent: |
Mutt/1.2i |
What is the preferred way to ifdef code such that it only exists if we're
not compiling under GNUstep?
is
#ifndef GNUSTEP_BASE_VERSION
/* some code here */
#endif
sufficient?
Jonathan
--
Jonathan B. Leffert <jonathan@leffert.net> | "So now, less than five
years later, you can go up on a steep hill in Las Vegas and look West, and
with the right kind of eyes you can almost see the high-water mark, that
place where the wave finally broke and rolled back." -- Hunter S. Thompson
- ifdefs,
Jonathan B. Leffert <=