]> git.eshelyaron.com Git - emacs.git/commit
Fix the MSDOS build as fallout of latest changes.
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Aug 2012 09:04:22 +0000 (12:04 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Aug 2012 09:04:22 +0000 (12:04 +0300)
commit6b42bcfcfdb7269f5c470f39fc06337b79e1ef03
treefe132d8f46aaaf243c2e98475fee1bb0e7b8bb01
parent97ad076930d59fa19b8f4bfb95f21df84cc9c8a4
parent97147da956a402239ab3f3f9b4a1576e5b2bcf5b
Fix the MSDOS build as fallout of latest changes.

 msdos/sedlibmk.inp (allocator.$(OBJEXT), careadlinkat.$(OBJEXT)): Fix
 editing out.
 msdos/sed2v2.inp (IS_DEVICE_SEP): Edit to match ':'.
 (IS_DIRECTORY_SEP, INTERNAL_TERMINAL): Fix Sed command syntax.
 (MSDOS): Define only if undefined, as MSDOS is a built-in macro,
 unless some std= switch to GCC is used.

 src/msdos.c (dos_set_window_size, IT_update_begin)
 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
 instead of direct references.