NULLfuncs.py revision afa310d43160bccfd48d69282d13d81c998e77c3
2N/A# Copyright (c) 2001, Stanford University 2N/A# All rights reserved. 2N/A# See the file LICENSE.txt for information on redistributing this software. 2N/A#include "cr_error.h" 2N/A print "\t/* do nothing */" 2N/A print "\tcrWarning(\"YOU ARE CALLING A NULLED FUNCTION (%s)\");" %
func_name 2N/Aprint "DECLEXPORT(SPUDispatchTable) stubNULLDispatch = {" 2N/Aprint "\tNULL, /* copyList */" 2N/Aprint "\tNULL, /* copy_of */" 2N/Aprint "\t0, /* mark */" 2N/Aprint "\tNULL /* server */" 2N/Aprint "/* Declare and initialize the glim dispatch table here so that we */" 2N/Aprint "/* can initialize all entries to no-op routines. */" 2N/Aprint "SPUDispatchTable glim = {" 2N/Aprint "\tNULL, /* copyList */" 2N/Aprint "\tNULL, /* copy_of */" 2N/Aprint "\t0, /* mark */" 2N/Aprint "\tNULL /* server */"