8 lines
82 B
C
8 lines
82 B
C
|
|
#ifndef PARSER_H
|
|
#define PARSER_H PARSER_H
|
|
|
|
#define YYSTYPE refptr<Node>
|
|
|
|
#endif
|