diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-25 12:11:56 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-25 12:11:56 (GMT) |
| commit | 97d82cb4b15f18701d239609308aa41c3b89d75c (patch) | |
| tree | e97d68a75b314720abdf5b68b7a885daa38097b8 /compat/fixstrtod.c | |
| parent | 56d2c7e23c1acd887d31a182324a9861cb6e68dd (diff) | |
| download | tcl-97d82cb4b15f18701d239609308aa41c3b89d75c.zip tcl-97d82cb4b15f18701d239609308aa41c3b89d75c.tar.gz tcl-97d82cb4b15f18701d239609308aa41c3b89d75c.tar.bz2 | |
Clean-up compat functions, not using "register" any more, and fix some signatures (constify) matching nowadays standards. All backported from core-8-branch with modifications.
Diffstat (limited to 'compat/fixstrtod.c')
| -rw-r--r-- | compat/fixstrtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/fixstrtod.c b/compat/fixstrtod.c index 91f309e..63fb8ef 100644 --- a/compat/fixstrtod.c +++ b/compat/fixstrtod.c @@ -1,4 +1,4 @@ -/* +/* * fixstrtod.c -- * * Source code for the "fixstrtod" procedure. This procedure is |
