This is pcn_compiler.h in view mode; [Download] [Up]
/* * PCN System Compiler * Author: Steve Tuecke * Argonne National Laboratory * * Please see the DISCLAIMER file in the top level directory of the * distribution regarding the provisions under which this software * is distributed. * * pcn_compiler.h */ #ifndef _PCN_INCLUDE_PCN_COMPILER_H #define _PCN_INCLUDE_PCN_COMPILER_H #define COMPILER_NAME "pcncomp" #ifndef TRUE #define TRUE 1 #endif #ifndef FALSE #define FALSE 0 #endif #endif /* _PCN_INCLUDE_PCN_COMPILER_H */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.