2BSD/src/pascal/opcodes/x.c

Compare this file to the similar file:
Show the results in this format:

char	*opnames[]
{
	0,
	"unary -",
	"mod",
	"div",
	"/",
	"*",
	"+",
	"-",
	"=",
	"<>",
	"<",
	">",
	"<=",
	">=",
	"not",
	"and",
	"or",
	":=",
	"unary +",
	"in"
};