Get some basic function signatures right for new instanced parser

This commit is contained in:
ridiculousfish
2012-01-16 12:10:08 -08:00
parent e4ee4ec3d1
commit fa796d668f
14 changed files with 280 additions and 262 deletions

View File

@@ -15,6 +15,8 @@
#include "util.h"
#include "common.h"
class parser_t;
/**
Structure describing a function. This is used by the parser to
store data on a function while parsing it. It is not used