diff options
| author | Gerd Moellmann | 1999-07-21 21:43:52 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-07-21 21:43:52 +0000 |
| commit | 2327e4a0bc58b62bc4ff5673c504d0674216bec7 (patch) | |
| tree | 2f4bc7a32771b2d5c834aad87d9ed5a6bb95de39 /src/s/gnu.h | |
| parent | e18f9922555ebf2da6244c82bbf9fe7717c79b7b (diff) | |
| download | emacs-2327e4a0bc58b62bc4ff5673c504d0674216bec7.tar.gz emacs-2327e4a0bc58b62bc4ff5673c504d0674216bec7.zip | |
(NARROWPROTO): New.
Diffstat (limited to 'src/s/gnu.h')
| -rw-r--r-- | src/s/gnu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h index 888b0a5c929..6a38dc6f588 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h | |||
| @@ -76,3 +76,5 @@ Boston, MA 02111-1307, USA. */ | |||
| 76 | #ifndef NOT_C_CODE | 76 | #ifndef NOT_C_CODE |
| 77 | #include <fcntl.h> | 77 | #include <fcntl.h> |
| 78 | #endif | 78 | #endif |
| 79 | |||
| 80 | #define NARROWPROTO 1 | ||