diff options
| author | Eli Zaretskii | 2024-09-06 09:24:30 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-09-06 09:24:30 +0300 |
| commit | e218d090876d9bffca06284247cc4cba89677ec9 (patch) | |
| tree | 86e987ee8bcc4fef5524c504230772fc6b76af2d /lib | |
| parent | 42da79c07583648b8677f2bcc880fad3244ac32e (diff) | |
| download | emacs-e218d090876d9bffca06284247cc4cba89677ec9.tar.gz emacs-e218d090876d9bffca06284247cc4cba89677ec9.zip | |
Revert "; Fix last change in lib/sig2str.h."
This reverts commit 91e7b47d6c56e7963be232de8057e1a3f710f1b5.
It is no longer needed with the introduction of nt/inc/signal.h.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sig2str.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/sig2str.h b/lib/sig2str.h index bfb207777cc..03d50c94317 100644 --- a/lib/sig2str.h +++ b/lib/sig2str.h | |||
| @@ -17,11 +17,6 @@ | |||
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
| 20 | /* This file uses HAVE_* macros. */ | ||
| 21 | # if !_GL_CONFIG_H_INCLUDED | ||
| 22 | # error "Please include config.h first." | ||
| 23 | # endif | ||
| 24 | |||
| 25 | #include <signal.h> | 20 | #include <signal.h> |
| 26 | 21 | ||
| 27 | /* Maximum size of a signal name returned by sig2str(), including the | 22 | /* Maximum size of a signal name returned by sig2str(), including the |