forked from xxq250/Nasal-Interpreter
Delete var.h
This commit is contained in:
23
var.h
23
var.h
@@ -1,23 +0,0 @@
|
||||
#ifndef __VAR_H__
|
||||
#define __VAR_H__
|
||||
|
||||
#include "nasal_hash.cpp"
|
||||
#include "nasal_list.cpp"
|
||||
#include "nasal_print.h"
|
||||
|
||||
// int
|
||||
// char
|
||||
// long long int
|
||||
// double
|
||||
// float
|
||||
// string
|
||||
// const char *
|
||||
// NasalHash
|
||||
// NasalList
|
||||
|
||||
/*
|
||||
NasalList->delete NasalList & NasalHash
|
||||
|
||||
NasalHash->delete NasalList & NasalHash
|
||||
*/
|
||||
#endif
|
||||
Reference in New Issue
Block a user