mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
nothing changed
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ struct
|
||||
{"<=" ,tok_leq },
|
||||
{">" ,tok_grt },
|
||||
{">=" ,tok_geq },
|
||||
{NULL ,-1 }
|
||||
{nullptr ,-1 }
|
||||
};
|
||||
|
||||
struct token
|
||||
|
||||
Reference in New Issue
Block a user