diff options
| author | Jim Blandy | 1992-09-23 03:51:58 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-09-23 03:51:58 +0000 |
| commit | 483a2e101d2f06e5d971c221879a15471108caa9 (patch) | |
| tree | af8a043d1033e98994200d4e7f3e8144904718c2 | |
| parent | 1593c2fe369bca32b69b979430573dbc07a27caa (diff) | |
| download | emacs-483a2e101d2f06e5d971c221879a15471108caa9.tar.gz emacs-483a2e101d2f06e5d971c221879a15471108caa9.zip | |
* fileio.c (syms_of_fileio): Don't try to defsubr Sunix_sync
unless it's actually been defined - that is, if unix is #defined.
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 697e2281d6d..0f550733223 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3275,5 +3275,7 @@ and FILENAME is handled by HANDLER, then HANDLER is called like this:\n\ | |||
| 3275 | defsubr (&Sread_file_name_internal); | 3275 | defsubr (&Sread_file_name_internal); |
| 3276 | defsubr (&Sread_file_name); | 3276 | defsubr (&Sread_file_name); |
| 3277 | 3277 | ||
| 3278 | #ifdef unix | ||
| 3278 | defsubr (&Sunix_sync); | 3279 | defsubr (&Sunix_sync); |
| 3280 | #endif | ||
| 3279 | } | 3281 | } |