From: Richard M. Stallman Date: Thu, 26 Sep 1996 08:44:42 +0000 (+0000) Subject: (KERNEL_FILE): Redefine it here. X-Git-Tag: emacs-20.1~3603 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5fc9cabd150fcf8d3afd389bb7fb20cbcc6a64ce;p=emacs.git (KERNEL_FILE): Redefine it here. --- diff --git a/src/s/hpux10.h b/src/s/hpux10.h index 0c399f31294..32daf200a21 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h @@ -13,6 +13,10 @@ #define HPUX10 #define FORCE_ALLOCA_H +/* AlainF 20-Jul-1996 says this is right. */ +#undef KERNEL_FILE +#define KERNEL_FILE "/stand/vmunix" + #ifdef LIBS_SYSTEM #undef LIBS_SYSTEM #endif