/[svn]/linuxsampler/trunk/src/common/atomic.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/atomic.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1764 by nagata, Fri Jan 25 15:06:02 2008 UTC revision 1765 by persson, Sat Sep 6 16:44:42 2008 UTC
# Line 17  Line 17 
17      along with this program; if not, write to the Free Software      along with this program; if not, write to the Free Software
18      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19    
20      $Id: atomic.h,v 1.5 2008-01-25 15:06:01 nagata Exp $      $Id: atomic.h,v 1.6 2008-09-06 16:44:42 persson Exp $
21  */  */
22    
23  //TODO: should we put this into namespace? it might clash with system installed atomic.h, because we need to install atomic.h for the LS API  //TODO: should we put this into namespace? it might clash with system installed atomic.h, because we need to install atomic.h for the LS API
# Line 32  Line 32 
32  #define CONFIG_SMP   /* ... the macro the kernel headers use */  #define CONFIG_SMP   /* ... the macro the kernel headers use */
33  #endif  #endif
34    
35  #ifdef linux  #if defined(linux) || defined(WIN32)
36  #ifdef __powerpc__  #ifdef __powerpc__
37    
38  /*  /*

Legend:
Removed from v.1764  
changed lines
  Added in v.1765

  ViewVC Help
Powered by ViewVC