]> code.delx.au - gnu-emacs/blobdiff - src/m/template.h
* lisp.h:
[gnu-emacs] / src / m / template.h
index e447fba7b4bfc5cc60e4e9afc3003fa9a573f071..4b11f87c8a70fa815149ea5095daefc644afe61e 100644 (file)
@@ -36,16 +36,11 @@ 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 */
 
-/* Use type int rather than a union, to represent Lisp_Object */
-/* This is desirable for most machines.  */
-
-#define NO_UNION_TYPE
-
 /* 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.
 
-   If you use NO_UNION_TYPE, this flag does not matter.  */
+   This flag only matters if you use USE_LISP_UNION_TYPE.  */
 
 #define EXPLICIT_SIGN_EXTEND