[t][TT #1610] Add tests for Parrot_compile_string
[parrot.git] / compilers / pirc / src / pirdefines.h
blob524d35c2bd82e1e4b62ce78ce7b38decc35c973a
1 /*
2 * $Id$
3 * Copyright (C) 2008, Parrot Foundation.
4 */
6 #ifndef PARROT_PIR_PIRDEFINES_H_GUARD
7 #define PARROT_PIR_PIRDEFINES_H_GUARD
9 /* Parrot has 4 types */
10 #define NUM_PARROT_TYPES 4
12 #define TRUE 1
13 #define FALSE 0
15 #endif /* PARROT_PIR_PIRDEFINES_H_GUARD */
18 * Local variables:
19 * c-file-style: "parrot"
20 * End:
21 * vim: expandtab shiftwidth=4: