/* whencefake.c -- * * ********************************************************************* * * Copyright (C) 1985, 1990 Regents of the University of California. * * * Permission to use, copy, modify, and distribute this * * * software and its documentation for any purpose and without * * * fee is hereby granted, provided that the above copyright * * * notice appear in all copies. The University of California * * * makes no representations about the suitability of this * * * software for any purpose. It is provided "as is" without * * * express or implied warranty. Export of this software outside * * * of the United States of America may require an export license. * * ********************************************************************* * * Fake definitions for the whence() procedure and related procedures. * The actual procedures are only used by real gurus for debugging, and must * be written in assembly language. */ whence() {return 0;} nextfp() {return 0;} thispc() {return 0;}