diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-12-03 17:01:43 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-12-03 17:01:43 -0500 |
commit | 903653532fd8935d4f07627890b9502618d5a432 (patch) | |
tree | 6ed247b824131105ca98f69eba995d11fadc8513 /src/m/template.h | |
parent | e5bd16703f901d9c8e7bc29da98e761f768161fc (diff) | |
download | emacs-903653532fd8935d4f07627890b9502618d5a432.tar.gz emacs-903653532fd8935d4f07627890b9502618d5a432.tar.bz2 emacs-903653532fd8935d4f07627890b9502618d5a432.zip |
Revert to 2010-12-03T11:48:24Z!jan.h.d@swipnet.se.
Diffstat (limited to 'src/m/template.h')
-rw-r--r-- | src/m/template.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/m/template.h b/src/m/template.h index 0d8e78622a6..4efc9158a45 100644 --- a/src/m/template.h +++ b/src/m/template.h @@ -22,6 +22,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ does not define it automatically. Ones defined so far include m68k and many others */ +/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend + the 24-bit bit field into an int. In other words, if bit fields + are always unsigned. + + This flag only matters if you use USE_LISP_UNION_TYPE. */ +#define EXPLICIT_SIGN_EXTEND + /* Data type of load average, as read out of kmem. */ #define LOAD_AVE_TYPE long |