Move preprocessor TYPE define to header files

This commit is contained in:
2020-07-30 19:16:29 -04:00
parent 23eb29ea0d
commit e4e1fd09d6
9 changed files with 58 additions and 60 deletions

View File

@@ -11,8 +11,6 @@
#include "doublelist.h"
#include <iostream>
#define TYPE std::string
enum OPS {
EXIT, INSERT, INSERTAT, EMPTY, PEEK, PRINT, FIND, REMOVE, REPLACE
};