view src/m/xtensa.h @ 109325:d916e52744cb

cal-tex.el fixes for calendar-week-start-day != 0. * calendar/calendar.el (calendar-week-end-day): New function. * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars. Respect calendar-week-start-day. (Bug#6606) (cal-tex-insert-day-names, cal-tex-insert-blank-days) (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day. (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and respect calendar-week-start-day.
author Glenn Morris <rgm@gnu.org>
date Sat, 10 Jul 2010 16:34:57 -0700
parents 0e3e875ffade
children 641672d44942
line wrap: on
line source

/* Machine description file for Tensilica Xtensa.

Add a license notice if this grows to > 10 lines of code.  */

#define NO_ARG_ARRAY

#ifdef __LITTLE_ENDIAN
#undef WORDS_BIG_ENDIAN
#else
#define WORDS_BIG_ENDIAN
#endif

/* arch-tag: fe5872de-d565-4d81-8fe0-ea19865b3e6a
   (do not change this comment) */