changeset 1204:567860ca77e0

* fileio.c (syms_of_fileio): Don't try to defsubr Sunix_sync unless it's actually been defined - that is, if unix is #defined.
author Jim Blandy <jimb@redhat.com>
date Wed, 23 Sep 1992 03:51:58 +0000
parents bc1acd76b294
children 56d315ca10ee
files src/fileio.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/fileio.c	Wed Sep 23 03:51:13 1992 +0000
+++ b/src/fileio.c	Wed Sep 23 03:51:58 1992 +0000
@@ -3275,5 +3275,7 @@
   defsubr (&Sread_file_name_internal);
   defsubr (&Sread_file_name);
 
+#ifdef unix
   defsubr (&Sunix_sync);
+#endif
 }