summaryrefslogtreecommitdiff
path: root/src/nb_preproc.h
blob: 24aa12af17b0f4c36a2f11dfcfb7d2d27b5fac6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef NB_PREPROC_H
#define NB_PREPROC_H

#include "nb_vm.h"

/*
* Ô¤´¦Àí
* #define 
* #undef
* #if
*/
void nb_set_macros(NbVM* vm, const char* macros[], int count); 

void nb_preprocess(NbVM* vm);

#endif