#!/bin/sh

gcc -E -C -P -x c -traditional -undef -D__HUGS__ $1 2>/dev/null | cat - >$2
