commit | 172dc8923748b76120cf054d5f01b3230859f7b4 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Feb 13 13:20:22 2024 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Wed Feb 14 04:59:35 2024 -0700 |
tree | b2eb737c2728cddcfb99306529b09804df8b6c33 | |
parent | c0852af0565c7a83e17f1358fac52a68e7047002 [diff] |
Use typedef in definition of warning_hook This changes the global 'warning_hook' to use the warning_hook_handler typedef in its definition. This makes it a little easier to change the type, should that be needed.