X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogramsyntax.h;h=590429519118614f6a59a83796da97f50693ff9c;hp=3db059c4f4d79c4e6252537c5a1cfc27b90e223e;hb=56beca9d8b4f7b4edac81411d31e24df88e84ac3;hpb=16a9d75c8e124a0faf89c56533792cb97a214e37 diff --git a/source/programsyntax.h b/source/programsyntax.h index 3db059c4..59042951 100644 --- a/source/programsyntax.h +++ b/source/programsyntax.h @@ -66,6 +66,11 @@ struct FunctionDeclaration; struct Statement: Node { + unsigned source; + unsigned line; + + Statement(); + virtual Statement *clone() const = 0; };