mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-16 23:19:00 +08:00
⚡ optimize header file, now modules could generate smaller dynamic libs.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <iostream>
|
||||
#include "../nasal.h"
|
||||
#include "../nasal_gc.h"
|
||||
|
||||
double fibonaci(double x){
|
||||
if(x<=2)
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#include "../nasal.h"
|
||||
#include "../nasal_gc.h"
|
||||
#include <unistd.h>
|
||||
#include <iostream>
|
||||
#ifdef _WIN32
|
||||
#include <conio.h>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#include "../nasal.h"
|
||||
#include "../nasal_gc.h"
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock.h>
|
||||
|
||||
Reference in New Issue
Block a user