]> git.eshelyaron.com Git - emacs.git/commitdiff
(EMACS_INT, EMACS_UINT): Define, if not already defined.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 00:51:52 +0000 (00:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 00:51:52 +0000 (00:51 +0000)
src/lisp.h

index d49fb527b18d27c334b5971202b65f610d3f32b6..bce12d63e6bde661e1fb22fc458f4b7a17291c9d 100644 (file)
@@ -18,6 +18,14 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
+/* These are default choices for the types to use.  */
+#ifndef EMACS_INT
+#define EMACS_INT int
+#endif
+#ifndef EMACS_UINT
+#define EMACS_UINT unsigned int
+#endif
+
 /* Define the fundamental Lisp data structures */
 
 /* This is the set of Lisp data types */