tagged release 0.6.4
[parrot.git] / compilers / pirc / new / pirsymbol.h
bloba5f06fa26feb4a8717b97df51dc7bc3e878a7b28
1 /*
2 * $Id$
3 * Copyright (C) 2007, The Perl Foundation.
4 */
5 #ifndef PARROT_PIR_PIRSYMBOL_H_GUARD
6 #define PARROT_PIR_PIRSYMBOL_H_GUARD
8 #include "pircompiler.h"
9 #include "pircompunit.h"
11 void declare_local(struct lexer_state *lexer, pir_type type, target *list);
13 target *find_symbol(struct lexer_state *lexer, char * const name);
15 #endif /* PARROT_PIR_PIRSYMBOL_H_GUARD */
18 * Local variables:
19 * c-file-style: "parrot"
20 * End:
21 * vim: expandtab shiftwidth=4: