ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/lsys/antlr/pccts_stdlib.h
Revision: 1.1
Committed: Thu Nov 6 14:31:25 2008 UTC (15 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 #ifndef __PCCTS_STDLIB_H__
2     #define __PCCTS_STDLIB_H__
3    
4     #ifdef PCCTS_USE_NAMESPACE_STD
5     #include <cstdlib>
6     #else
7     #include <stdlib.h>
8     #endif
9    
10     #endif