mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
fix superfluous filename defines
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#ifdef FILENAME
|
||||
#undef FILENAME
|
||||
#endif
|
||||
#define FILENAME "jinja-lexer"
|
||||
|
||||
namespace jinja {
|
||||
|
||||
Reference in New Issue
Block a user