diff options
| author | Stefan Monnier | 2010-12-10 19:13:08 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-12-10 19:13:08 -0500 |
| commit | 2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch) | |
| tree | f26dc9f22861dc37610de319d05255de058c221b /src/m/template.h | |
| parent | 0c747cb143fa227e78f350ac353d703f489209df (diff) | |
| parent | 175069efeb080517afefdd44a06f7a779ea8c25c (diff) | |
| download | emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip | |
Merge from trunk
Diffstat (limited to 'src/m/template.h')
| -rw-r--r-- | src/m/template.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/m/template.h b/src/m/template.h index 4efc9158a45..0d8e78622a6 100644 --- a/src/m/template.h +++ b/src/m/template.h | |||
| @@ -22,13 +22,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 22 | does not define it automatically. | 22 | does not define it automatically. |
| 23 | Ones defined so far include m68k and many others */ | 23 | Ones defined so far include m68k and many others */ |
| 24 | 24 | ||
| 25 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | ||
| 26 | the 24-bit bit field into an int. In other words, if bit fields | ||
| 27 | are always unsigned. | ||
| 28 | |||
| 29 | This flag only matters if you use USE_LISP_UNION_TYPE. */ | ||
| 30 | #define EXPLICIT_SIGN_EXTEND | ||
| 31 | |||
| 32 | /* Data type of load average, as read out of kmem. */ | 25 | /* Data type of load average, as read out of kmem. */ |
| 33 | #define LOAD_AVE_TYPE long | 26 | #define LOAD_AVE_TYPE long |
| 34 | 27 | ||