Index: src/Parser/ParseNode.h
===================================================================
--- src/Parser/ParseNode.h	(revision a6e50912ae352db9b904516e1fdd12193f2019b7)
+++ src/Parser/ParseNode.h	(revision 5407cdc933abc85b76b3bbe365e4c303591d214a)
@@ -10,6 +10,6 @@
 // Created On       : Sat May 16 13:28:16 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sun Jan  3 18:23:01 2021
-// Update Count     : 896
+// Last Modified On : Fri Mar 12 15:19:04 2021
+// Update Count     : 897
 //
 
@@ -249,4 +249,5 @@
 	static DeclarationNode * newTypeof( ExpressionNode * expr, bool basetypeof = false );
 	static DeclarationNode * newAttribute( const std::string *, ExpressionNode * expr = nullptr ); // gcc attributes
+	static DeclarationNode * newDirectiveStmt( StatementNode * stmt ); // gcc external directive statement
 	static DeclarationNode * newAsmStmt( StatementNode * stmt ); // gcc external asm statement
 	static DeclarationNode * newStaticAssert( ExpressionNode * condition, Expression * message );
@@ -345,4 +346,5 @@
 	std::string error;
 	StatementNode * asmStmt = nullptr;
+	StatementNode * directiveStmt = nullptr;
 
 	static UniqueName anonymous;
