remove some comments

This commit is contained in:
2021-02-15 00:05:33 +01:00
parent bfcefbb045
commit 4bc784ba80
2 changed files with 10 additions and 45 deletions

2
ml.h
View File

@@ -4,6 +4,8 @@
// This allows the program to run without a runtime.
#define USE_STD
// Comment this define out to drop support for libm functions
#define HAS_LIBM
#include <map>
#include <string>