diff options
Diffstat (limited to 'src/m/iris4d.h')
| -rw-r--r-- | src/m/iris4d.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index f6fd3f245df..e1d14e69106 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -41,16 +41,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 41 | #define IRIS_4D | 41 | #define IRIS_4D |
| 42 | #endif | 42 | #endif |
| 43 | 43 | ||
| 44 | /* Use type int rather than a union, to represent Lisp_Object */ | ||
| 45 | /* This is desirable for most machines. */ | ||
| 46 | |||
| 47 | #define NO_UNION_TYPE | ||
| 48 | |||
| 49 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | 44 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend |
| 50 | the bit field into an int. In other words, if bit fields | 45 | the bit field into an int. In other words, if bit fields |
| 51 | are always unsigned. | 46 | are always unsigned. |
| 52 | 47 | ||
| 53 | If you use NO_UNION_TYPE, this flag does not matter. */ | 48 | This flag only matters if you use USE_LISP_UNION_TYPE. */ |
| 54 | 49 | ||
| 55 | #define EXPLICIT_SIGN_EXTEND | 50 | #define EXPLICIT_SIGN_EXTEND |
| 56 | 51 | ||