* nlm{32,64}-gen.c (JUMP_TABLE_PREFIX): Delete.

* nlm{32,64}-gen.c (JUMP_TABLE_INIT):  New macro that works with
	older cpp's, that don't do additional replacement on the JUMP_TABLE
	macro's argument.
	* nlm-target.h (JUMP_TABLE_INIT):  Use new macro in place of
	JUMP_TABLE macro.
This commit is contained in:
Fred Fish
1993-07-27 19:56:00 +00:00
parent 0eb22669dc
commit e895e2a577
3 changed files with 11 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_LITTLE_SYM nlmNAME(little_generic_vec)
#define TARGET_BIG_NAME "nlm32-big"
#define TARGET_BIG_SYM nlmNAME(big_generic_vec)
#define JUMP_TABLE_PREFIX nlm32
#define JUMP_TABLE_INIT JUMP_TABLE(nlm32)
/* We don't have core files. */