diff options
Diffstat (limited to 'src/m/ibms390.h')
| -rw-r--r-- | src/m/ibms390.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/m/ibms390.h b/src/m/ibms390.h index 0acc826a1ea..1a19f7233a0 100644 --- a/src/m/ibms390.h +++ b/src/m/ibms390.h | |||
| @@ -19,13 +19,6 @@ You should have received a copy of the GNU General Public License | |||
| 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | ||
| 23 | the 24-bit bit field into an int. In other words, if bit fields | ||
| 24 | are always unsigned. | ||
| 25 | |||
| 26 | This flag only matters if you use USE_LISP_UNION_TYPE. */ | ||
| 27 | #define EXPLICIT_SIGN_EXTEND | ||
| 28 | |||
| 29 | /* Data type of load average, as read out of kmem. */ | 22 | /* Data type of load average, as read out of kmem. */ |
| 30 | #define LOAD_AVE_TYPE long | 23 | #define LOAD_AVE_TYPE long |
| 31 | 24 | ||