| commit | 7d21eff9442d75c2b1d4beec1120115bf252dfdf | [log] [tgz] |
|---|---|---|
| author | Simon Marchi <simon.marchi@polymtl.ca> | Tue Apr 23 09:22:56 2024 -0400 |
| committer | Simon Marchi <simon.marchi@polymtl.ca> | Tue Apr 23 11:26:14 2024 -0400 |
| tree | 815188f7ddb2d647674e2b278fd0d457b18005ae | |
| parent | eb97e68430f51fc120db4cde03abdffb0303f8ae [diff] |
gdb: move declarations of check_quit_flag and set_quit_flag to extension.h Move them out of defs.h, to extension.h, since the implementations are in extension.c. Change-Id: Ie7321468bd7fecc684d70b09f72c3ee8ac75d8f4 Approved-By: Tom Tromey <tom@tromey.com>