Introduce class environment_t

This will be used as a base class for variable snapshots and variable stacks.
This commit is contained in:
ridiculousfish
2018-09-09 02:25:51 -07:00
parent 895c2c4af0
commit 391af6af0c
12 changed files with 47 additions and 31 deletions

View File

@@ -6,6 +6,7 @@
// IWYU pragma: no_include <__bit_reference>
#include "config.h"
#include <atomic>
#include <errno.h>
#include <signal.h>
#include <stdio.h>
@@ -13,7 +14,6 @@
#include <unistd.h>
#include <wchar.h>
#include <wctype.h>
#include <atomic>
#if HAVE_TERM_H
#include <curses.h>