diff options
Diffstat (limited to 'src/w32.c')
| -rw-r--r-- | src/w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -95,7 +95,7 @@ typedef struct _MEMORY_STATUS_EX { | |||
| 95 | } MEMORY_STATUS_EX,*LPMEMORY_STATUS_EX; | 95 | } MEMORY_STATUS_EX,*LPMEMORY_STATUS_EX; |
| 96 | 96 | ||
| 97 | /* These are here so that GDB would know about these data types. This | 97 | /* These are here so that GDB would know about these data types. This |
| 98 | allows to attach GDB to Emacs when a fatal exception is triggered | 98 | allows attaching GDB to Emacs when a fatal exception is triggered |
| 99 | and Windows pops up the "application needs to be closed" dialog. | 99 | and Windows pops up the "application needs to be closed" dialog. |
| 100 | At that point, _gnu_exception_handler, the top-level exception | 100 | At that point, _gnu_exception_handler, the top-level exception |
| 101 | handler installed by the MinGW startup code, is somewhere on the | 101 | handler installed by the MinGW startup code, is somewhere on the |