(Fmod): Use HAVE_FMOD.
authorKarl Heuer <kwzh@gnu.org>
Tue, 1 Feb 1994 23:21:22 +0000 (23:21 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 1 Feb 1994 23:21:22 +0000 (23:21 +0000)
src/data.c

index 4d25ed3..c325a38 100644 (file)
@@ -1801,7 +1801,7 @@ Both X and Y must be numbers or markers.")
       if (f2 == 0)
        Fsignal (Qarith_error, Qnil);
 
-#if defined (USG) || defined (sun) || defined (ultrix) || defined (hpux) || defined (MSDOS)
+#ifdef HAVE_FMOD
       f1 = fmod (f1, f2);
 #else
       f1 = drem (f1, f2);