Skip to content
Snippets Groups Projects
Commit edb24260 authored by cwang's avatar cwang
Browse files

amd64 change

parent 75c1ce9a
No related branches found
No related tags found
No related merge requests found
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/validate.h,v 1.3 2002/05/02 21:10:53 toy Exp $ */ /* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/validate.h,v 1.4 2004/05/18 22:22:59 cwang Exp $ */
#if !defined(_INCLUDE_VALIDATE_H_) #if !defined(_INCLUDE_VALIDATE_H_)
#define _INCLUDE_VALIDATE_H_ #define _INCLUDE_VALIDATE_H_
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "sparc-validate.h" #include "sparc-validate.h"
#endif #endif
#ifdef i386 #if defined(i386) || defined(__x86_64)
#include "x86-validate.h" #include "x86-validate.h"
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment