diff options
Diffstat (limited to 'lib/xixanta/src/node.rs')
| -rw-r--r-- | lib/xixanta/src/node.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/xixanta/src/node.rs b/lib/xixanta/src/node.rs index 1ec2ed9..8fc3c73 100644 --- a/lib/xixanta/src/node.rs +++ b/lib/xixanta/src/node.rs @@ -141,6 +141,7 @@ pub enum ControlType { StartRepeat, EndRepeat, IncludeSource, + ReserveMemory, } impl fmt::Display for ControlType { @@ -162,6 +163,7 @@ impl fmt::Display for ControlType { ControlType::StartRepeat => write!(f, ".repeat"), ControlType::EndRepeat => write!(f, ".endrepeat"), ControlType::IncludeSource => write!(f, ".include"), + ControlType::ReserveMemory => write!(f, ".res"), } } } |
