2023-04-22
| ||
17:46 | • Closed ticket [2a5cb49733]: Make TCL_NO_TOMMATH_H sufficient for tclTomMathDecls.h plus 7 other changes artifact: 9829fb1767 user: jan.nijtmans | |
16:34 | Fix [2a5cb49733ff]: Make TCL_NO_TOMMATH_H sufficient for tclTomMathDecls.h check-in: ecd4fdf4d7 user: jan.nijtmans tags: core-8-branch | |
13:42 | • Ticket [ff255adc4c] More on libtommath - this time with Python status still Closed with 5 other changes artifact: 87496a2b95 user: chrstphrchvz | |
12:41 | • New ticket [2a5cb49733] Make TCL_NO_TOMMATH_H sufficient for tclTomMathDecls.h. artifact: fbec7a1e1d user: chrstphrchvz | |
Ticket UUID: | 2a5cb49733ffc8314a841c88c7e84040c29651f1 | |||
Title: | Make TCL_NO_TOMMATH_H sufficient for tclTomMathDecls.h | |||
Type: | Patch | Version: | core-8-branch | |
Submitter: | chrstphrchvz | Created on: | 2023-04-22 12:41:50 | |
Subsystem: | 56. LibTomMath | Assigned To: | jan.nijtmans | |
Priority: | 5 Medium | Severity: | Minor | |
Status: | Closed | Last Modified: | 2023-04-22 17:46:14 | |
Resolution: | Fixed | Closed By: | jan.nijtmans | |
Closed on: | 2023-04-22 17:46:14 | |||
Description: |
As an alternative solution for [ff255adc4cb5], I tried defining TCL_NO_TOMMATH_H (from [1baf516ed4f1]), but tclTomMathDecls.h still needs mp_order, mp_endian, and MP_DEPRECATED_PRAGMA(). Copying over those (along with a few related definitions) is enough:
| |||
User Comments: |
jan.nijtmans added on 2023-04-22 17:46:14:
Good suggestion. Thanks! I see no reason to reject this suggestion. |