aboutsummaryrefslogtreecommitdiff
path: root/src/builder.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-08-04 21:01:05 +0000
committerMike Buland <eichlan@xagasoft.com>2006-08-04 21:01:05 +0000
commit13bda5d4f77ca469bbbe0d9b1f268682a9f0ec71 (patch)
treebcacd0acb83d68c5071165d26ba253d9c6f217da /src/builder.h
parent1190030155a43c15fd7e30c8e8c3a9f166955365 (diff)
downloadbuild-13bda5d4f77ca469bbbe0d9b1f268682a9f0ec71.tar.gz
build-13bda5d4f77ca469bbbe0d9b1f268682a9f0ec71.tar.bz2
build-13bda5d4f77ca469bbbe0d9b1f268682a9f0ec71.tar.xz
build-13bda5d4f77ca469bbbe0d9b1f268682a9f0ec71.zip
Better error handling again, and about to add more language features.
Diffstat (limited to 'src/builder.h')
-rw-r--r--src/builder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/builder.h b/src/builder.h
index 152b969..06e84f3 100644
--- a/src/builder.h
+++ b/src/builder.h
@@ -39,7 +39,7 @@ public:
39 void build( const char *sAct=NULL ); 39 void build( const char *sAct=NULL );
40 void execute( Action *pAct ); 40 void execute( Action *pAct );
41 41
42 //void error( const yy::location &l, const std::string &m ); 42 void error( YYLTYPE *locp, const std::string &m );
43 void error( const std::string &m ); 43 void error( const std::string &m );
44 44
45 std::string file; 45 std::string file;