Fixes for auxilary code + typo fix in ast.cpp

Needed the intellisense directive ifdef wrap.
This commit is contained in:
2023-08-29 00:03:08 -04:00
parent a4d9a63d71
commit c4c308c8ba
5 changed files with 12 additions and 74 deletions

View File

@ -1,4 +1,4 @@
#if GEN_INTELLISENSE_DIRECTIVES
#ifdef GEN_INTELLISENSE_DIRECTIVES
#pragma once
#include "static_data.cpp"
#endif