#!/bin/sh

# Stupid IRIX cpp turns --- into -- -
sed 's/OPCODE/\
OPCODE/g' | egrep '^OPCODE[0-9]' | sed -e 's/ --- .*//g' -e 's/ -- - .*//g'
