(grub_tolower): Disable for stage 1.5 except fat_stage1_5.
(grub_memcmp): Disable for stage 1.5 except iso9660_stage1_5.
+2004-05-17 Pavel Roskin <proski@gnu.org>
+
+ * stage2/char_io.c (safe_parse_maxint): Disable for stage 1.5.
+ (grub_tolower): Disable for stage 1.5 except fat_stage1_5.
+ (grub_memcmp): Disable for stage 1.5 except iso9660_stage1_5.
+
2004-05-14 Yoshinori K. Okuji <okuji@enbug.org>
From Sergey Matveychuk <sem@ciam.ru>:
setcursor (old_cursor);
return ret;
}
-#endif /* STAGE1_5 */
int
safe_parse_maxint (char **str_ptr, int *myint_ptr)
return 1;
}
+#endif /* STAGE1_5 */
+#if !defined(STAGE1_5) || defined(FSYS_FAT)
int
grub_tolower (int c)
{
return c;
}
+#endif /* ! STAGE1_5 || FSYS_FAT */
int
grub_isspace (int c)
return 0;
}
+#if !defined(STAGE1_5) || defined(FSYS_ISO9660)
int
grub_memcmp (const char *s1, const char *s2, int n)
{
return 0;
}
+#endif /* ! STAGE1_5 || FSYS_ISO9660 */
#ifndef STAGE1_5
int