mirror of
				https://github.com/eledio-devices/thirdparty-tinyexpr.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Refactored closure context storage.
This commit is contained in:
		| @@ -35,8 +35,7 @@ extern "C" { | ||||
| typedef struct te_expr { | ||||
|     int type; | ||||
|     union {double value; const double *bound; const void *function;}; | ||||
|     void *context; | ||||
|     struct te_expr *parameters[]; | ||||
|     void *parameters[]; | ||||
| } te_expr; | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user