Merge remote branch 'origin/master' into topic/policy-scripts-new

This commit is contained in:
Seth Hall 2011-06-14 13:02:19 -04:00
commit 00f4751ada
46 changed files with 2168 additions and 1295 deletions

View file

@ -4,6 +4,11 @@
#include <errno.h>
#include <stack>
#include <list>
#include <string>
#include <algorithm>
#include "input.h"
#include "util.h"
#include "Scope.h"
@ -19,10 +24,6 @@
#include "Analyzer.h"
#include "AnalyzerTags.h"
#include <stack>
#include <list>
#include <string>
extern YYLTYPE yylloc; // holds start line and column of token
extern int print_loaded_scripts;
extern int generate_documentation;