~eda-qa/leaflang/cpp

« back to all changes in this revision

Viewing changes to include/lang/defer_statement.hpp

  • Committer: edA-qa mort-ora-y
  • Date: 2017-08-19 06:03:00 UTC
  • mfrom: (100.1.22 misc)
  • Revision ID: eda-qa@disemia.com-20170819060300-209dwd5884343mi0
merging miscelaneous changes, mainly platform improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef LEAF_DEFER_STATEMENT_HPP
2
2
#define LEAF_DEFER_STATEMENT_HPP
3
3
 
4
 
#include "statement.hpp"
 
4
#include "error_statement.hpp"
5
5
 
6
6
namespace leaf {
7
7