mirror of
				https://github.com/eledio-devices/thirdparty-tinyexpr.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Added const in te_eval.
This commit is contained in:
		| @@ -306,7 +306,7 @@ static te_expr *expr(state *s) { | ||||
| } | ||||
|  | ||||
|  | ||||
| double te_eval(te_expr *n) { | ||||
| double te_eval(const te_expr *n) { | ||||
|     double ret; | ||||
|  | ||||
|     if (n->bound) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user